| Visual Basic | |
|---|---|
Sub GetLengthUnitExpression( _ ByRef LengthType As dsLengthType_e, _ ByRef Precision As dsUnitPrecision_e _ ) | |
| C# | |
|---|---|
void GetLengthUnitExpression( out dsLengthType_e LengthType, out dsUnitPrecision_e Precision ) | |
| JavaScript | |
|---|---|
GetLengthUnitExpression(
) : {
LengthType : String,
Precision : String
}
| |
| COM native C++ | |
|---|---|
HRESULT GetLengthUnitExpression( dsLengthType_e* LengthType, dsUnitPrecision_e* Precision ) | |
| C++ | |
|---|---|
DSRESULT GetLengthUnitExpression( dsLengthType_e* LengthType, dsUnitPrecision_e* Precision ) | |
Parameters
- LengthType[out]
- Type of linear unit as defined in dsLengthType_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