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

Show in webframe

UnitConverter Property (AnnObject)






Gets the AnnUnitConverter that will be used in this AnnObject.
Syntax
protected virtual AnnUnitConverter UnitConverter {get;}
'Declaration
 
Protected Overridable ReadOnly Property UnitConverter As AnnUnitConverter
'Usage
 
Dim instance As AnnObject
Dim value As AnnUnitConverter
 
value = instance.UnitConverter

            

            
protected:
virtual property AnnUnitConverter^ UnitConverter {
   AnnUnitConverter^ get();
}

Property Value

The AnnUnitConverter setting for this AnnObject.
Remarks
This method returns the same AnnUnitConverter contained in the Container. If this object has not been added to a container yet, this method will return null (Nothing in Visual Basic).
Example
For an example, refer to PhysicalTransform.
Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

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