Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Objects Property (AnnBeforeObjectChangedEventArgs)






Gets the objects that have been changed.
Syntax
public RasterCollection<AnnObject> Objects {get;}
'Declaration
 
Public ReadOnly Property Objects As RasterCollection(Of AnnObject)
'Usage
 
Dim instance As AnnBeforeObjectChangedEventArgs
Dim value As RasterCollection(Of AnnObject)
 
value = instance.Objects

            

            
public:
property RasterCollection<AnnObject^>^ Objects {
   RasterCollection<AnnObject^>^ get();
}

Property Value

A RasterCollection<AnnObject> that has a collection of the objects that has been changed.
Example
For an example, refer to AfterObjectChanged.
Requirements

Target Platforms

See Also

Reference

AnnBeforeObjectChangedEventArgs Class
AnnBeforeObjectChangedEventArgs Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)