GetApplicationOptionDouble Method (IApplicationOptions) Send Feedback
See Also 
Result[out]
Status of getting the double value of the command option as defined in dsGetApplicationOptionResult_e
Var
Command option as defined in dsApplicationOptionDouble_e
Value[out]
Double value of the specified command option
Gets the double value of the specified command option for DraftSight.

Syntax

Visual Basic 
Function GetApplicationOptionDouble( _
   ByVal Var As dsApplicationOptionDouble_e, _
   ByRef Value As System.Double _
) As dsGetApplicationOptionResult_e
C# 
dsGetApplicationOptionResult_e GetApplicationOptionDouble( 
   dsApplicationOptionDouble_e Var,
   out System.double Value
)
JavaScript 
GetApplicationOptionDouble( 
   Var : String
) : {
   Value : Number,
   Result : String
}
COM native C++ 
HRESULT GetApplicationOptionDouble( 
   dsApplicationOptionDouble_e Var,
   DOUBLE* Value,
   dsGetApplicationOptionResult_e* Result
) 
C++ 
DSRESULT GetApplicationOptionDouble( 
   dsApplicationOptionDouble_e Var,
   double* Value,
   dsGetApplicationOptionResult_e* Result
) 

Parameters

Var
Command option as defined in dsApplicationOptionDouble_e
Value[out]
Double value of the specified command option
Result[out] or Return Value
Status of getting the double value of the command option as defined in dsGetApplicationOptionResult_e
 

See Also

Availability

DraftSight V1R5.0