GetCommandOptionDouble Method (IDocument) Send Feedback
See Also  Example
Var
Command option as defined in dsCommandOptionDouble_e
Value[out]
Double value of the specified command option
Result[out]
Status of getting the double value of the command option as defined in dsGetCommandOptionResult_e 
Gets the double value of the specified command option for the document.

Syntax

Visual Basic 
Sub GetCommandOptionDouble( _
   ByVal Var As dsCommandOptionDouble_e, _
   ByRef Value As System.Double, _
   ByRef Result As dsGetCommandOptionResult_e _
) 
C# 
void GetCommandOptionDouble( 
   dsCommandOptionDouble_e Var,
   out System.double Value,
   out dsGetCommandOptionResult_e Result
)
JavaScript 
GetCommandOptionDouble( 
   Var : String
) : {
   Value : Number,
   Result : String
}
COM native C++ 
HRESULT GetCommandOptionDouble( 
   dsCommandOptionDouble_e Var,
   DOUBLE* Value,
   dsGetCommandOptionResult_e* Result
) 
C++ 
DSRESULT GetCommandOptionDouble( 
   dsCommandOptionDouble_e Var,
   double* Value,
   dsGetCommandOptionResult_e* Result
) 

Parameters

Var
Command option as defined in dsCommandOptionDouble_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 dsGetCommandOptionResult_e 

Example

 

See Also

Availability

DraftSight V1R1.1