| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property Objects As RasterCollection(Of AnnObject) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual RasterCollection<AnnObject> Objects {get;} | |
| C++/CLI | |
|---|---|
public: virtual property RasterCollection<AnnObject> Objects { RasterCollection<AnnObject> get(); } | |
Return Value
The RasterCollection<AnnObject> representing the objects in the AnnContainer.For an example, refer to AnnContainer.
(Read only)
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code