SetAngleUnitExpression Method (IDocument) Send Feedback
See Also  Example
AngleType
Type of angular unit as defined in dsAngleType_e
Precision
Precision as defined in dsUnitPrecision_e
Sets the type of angular unit and its precision for the document.

Syntax

Visual Basic 
Sub SetAngleUnitExpression( _
   ByVal AngleType As dsAngleType_e, _
   ByVal Precision As dsUnitPrecision_e _
) 
C# 
void SetAngleUnitExpression( 
   dsAngleType_e AngleType,
   dsUnitPrecision_e Precision
)
JavaScript 
SetAngleUnitExpression( 
   AngleType : String,
   Precision : String
)
COM native C++ 
HRESULT SetAngleUnitExpression( 
   dsAngleType_e AngleType,
   dsUnitPrecision_e Precision
) 
C++ 
DSRESULT SetAngleUnitExpression( 
   dsAngleType_e AngleType,
   dsUnitPrecision_e Precision
) 

Parameters

AngleType
Type of angular unit as defined in dsAngleType_e
Precision
Precision as defined in dsUnitPrecision_e

Example

 

See Also

Availability

DraftSight V1R1