| 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 ) | |
| 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
Get and Set Document Settings (C#)
Get and Set Document Settings (VB.NET)
Get and Set Document Settings (VBA)
Get and Set Document Settings (VB.NET)
Get and Set Document Settings (VBA)
DraftSight V1R1
Syntax