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

Show in webframe

Unit Property (AnnPoint)






Gets or sets a value that represents the unit of measure for this AnnPoint structure.
Syntax
public AnnUnit Unit {get; set;}
'Declaration
 
Public Property Unit As AnnUnit
'Usage
 
Dim instance As AnnPoint
Dim value As AnnUnit
 
instance.Unit = value
 
value = instance.Unit

            

            
public:
property AnnUnit Unit {
   AnnUnit get();
   void set (    AnnUnit value);
}

Property Value

An AnnUnit value that represents the unit of measure for this AnnPoint structure.
Requirements

Target Platforms

See Also

Reference

AnnPoint Structure
AnnPoint Members

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