UnitType

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Properties >

UnitType

public MyUnitType UnitType {get; set;}

 

value:        

 Which unit do you use, It will be appear at property LabelValue, that is Line's Length or area for MyLine, MyRectangle, MyEllisple and other shapes.

 

Example:

 myCAD1.UnitType = MyUnitType.Millimeter;