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