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

Syntax

Visual Basic 
Sub GetAngleUnitExpression( _
   ByRef AngleType As dsAngleType_e, _
   ByRef Precision As dsUnitPrecision_e _
) 
C# 
void GetAngleUnitExpression( 
   out dsAngleType_e AngleType,
   out dsUnitPrecision_e Precision
)
JavaScript 
GetAngleUnitExpression(
) : {
   AngleType : String,
   Precision : String
}
COM native C++ 
HRESULT GetAngleUnitExpression( 
   dsAngleType_e* AngleType,
   dsUnitPrecision_e* Precision
) 
C++ 
DSRESULT GetAngleUnitExpression( 
   dsAngleType_e* AngleType,
   dsUnitPrecision_e* Precision
) 

Parameters

AngleType[out]
Type of angular unit as defined in dsAngleType_e
Precision[out] or Return Value
Precision as defined in dsUnitPrecision_e

Example

 

See Also

Availability

DraftSight V1R1