Visual Basic | |
---|---|
Sub SetAngleUnitExpression( _ ByVal AngleType As dsAngleType_e, _ ByVal Precision As dsUnitPrecision_e _ ) |
C# | |
---|---|
void SetAngleUnitExpression( dsAngleType_e AngleType, dsUnitPrecision_e Precision ) |
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
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