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

Show in webframe

Object Property (AnnRunDesigner)






Gets or sets the AnnObject to be run.
Syntax
public virtual AnnObject Object {get; set;}
'Declaration
 
Public Overridable Property Object As AnnObject
'Usage
 
Dim instance As AnnRunDesigner
Dim value As AnnObject
 
instance.Object = value
 
value = instance.Object

            

            
public:
virtual property AnnObject^ Object {
   AnnObject^ get();
   void set (    AnnObject^ value);
}

Property Value

An AnnObject object specifying the object currently being run.
Example
For an example, refer to AnnRunDesigner.
Requirements

Target Platforms

See Also

Reference

AnnRunDesigner Class
AnnRunDesigner Members

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