| Visual Basic | |
|---|---|
Sub GetCommandOptionInt32( _ ByVal Var As dsCommandOptionInt32_e, _ ByRef Value As System.Integer, _ ByRef Result As dsGetCommandOptionResult_e _ ) | |
| C# | |
|---|---|
void GetCommandOptionInt32( dsCommandOptionInt32_e Var, out System.int Value, out dsGetCommandOptionResult_e Result ) | |
| COM native C++ | |
|---|---|
HRESULT GetCommandOptionInt32( dsCommandOptionInt32_e Var, LONG* Value, dsGetCommandOptionResult_e* Result ) | |
| C++ | |
|---|---|
DSRESULT GetCommandOptionInt32( dsCommandOptionInt32_e Var, long* Value, dsGetCommandOptionResult_e* Result ) | |
Parameters
- Var
- Command option as defined in dsCommandOptionInt32_e
- Value[out]
- Int32 value of the specified command option
- Result[out] or Return Value
- Status of getting the Int32 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::SetCommandOptionInt32 Method
IApplicationOptions::GetApplicationOptionInt32 Method ()
IApplicationOptions::SetApplicationOptionInt32 Method ()
IDocument Members
IDocument::SetCommandOptionInt32 Method
IApplicationOptions::GetApplicationOptionInt32 Method ()
IApplicationOptions::SetApplicationOptionInt32 Method ()
DraftSight V1R1.1
Syntax