Gets and sets the angle unit of the protractor annotation.
public: __property AngleUnit get_AngleUnit();
public: __property void set_AngleUnit(
AngleUnit value
);
'Declaration
Public Property AngleUnit As AngleUnit
'Usage
Dim instance As ProtractorTool
Dim value As AngleUnit
instance.AngleUnit = value
value = instance.AngleUnit
Property Value
The
AngleUnit for the protractor annotation.