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