| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Objects As RasterCollection(Of AnnObject) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterCollection<AnnObject> Objects {get;} | |
| C++/CLI | |
|---|---|
public: property RasterCollection<AnnObject> Objects { RasterCollection<AnnObject> get(); } | |
Return Value
An RasterCollection<AnnObject> that has a collection of the objects that has been changed.For an example, refer to AnnAutomation.AfterObjectChanged.
(Read only)
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code