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

Show in webframe

Automations Property






Gets the collection of AnnAutomation objects in this AnnAutomationManager.
Syntax
public RasterCollection<AnnAutomation> Automations {get;}
'Declaration
 
Public ReadOnly Property Automations As RasterCollection(Of AnnAutomation)
'Usage
 
Dim instance As AnnAutomationManager
Dim value As RasterCollection(Of AnnAutomation)
 
value = instance.Automations

            

            
public:
property RasterCollection<AnnAutomation^>^ Automations {
   RasterCollection<AnnAutomation^>^ get();
}

Property Value

The RasterCollection<AnnAutomation> representing the AnnAutomation objects in the AnnAutomationManager.
Example
For an example, refer to AnnAutomationManager.
Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

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