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

Show in webframe

Container Property (AnnAutomation)






Gets the annotation container of this AnnAutomation.
Syntax
public virtual AnnContainer Container {get;}
'Declaration
 
Public Overridable ReadOnly Property Container As AnnContainer
'Usage
 
Dim instance As AnnAutomation
Dim value As AnnContainer
 
value = instance.Container

            

            
public:
virtual property AnnContainer^ Container {
   AnnContainer^ get();
}

Property Value

The AnnContainer object of this AnnAutomation
Remarks
Every AnnAutomation has one AnnContainer object.
Example
For an example, refer to AnnAutomationManager.
Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

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