C#
VB
C++
Gets the AnnUnitConverter that will be used in this AnnObject.
protected virtual Leadtools.Annotations.AnnUnitConverter UnitConverter {get;}
Protected Overridable ReadOnly Property UnitConverter As Leadtools.Annotations.AnnUnitConverter
protected:
virtual property Leadtools.Annotations.AnnUnitConverter^ UnitConverter {
Leadtools.Annotations.AnnUnitConverter^ get();
}
The AnnUnitConverter setting for this AnnObject.
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 VB).
For an example, refer to PhysicalTransform.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET