| 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 ) | |
| 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
Get and Set Command Options (C#)
Get and Set Command Options (VB.NET)
Get and Set Command Options (VBA)
Get and Set Command Options (VB.NET)
Get and Set Command Options (VBA)
IDocument Interface
IDocument Members
IDocument::SetCommandOptionDouble Method
IApplicationOptions::GetApplicationOptionDouble Method ()
IApplicationOptions::SetApplicationOptionDouble Method ()
IDocument Members
IDocument::SetCommandOptionDouble Method
IApplicationOptions::GetApplicationOptionDouble Method ()
IApplicationOptions::SetApplicationOptionDouble Method ()
DraftSight V1R1.1
Syntax