Visual Basic | |
---|---|
Function GetApplicationOptionInt16( _ ByVal Var As dsApplicationOptionInt16_e, _ ByRef Value As System.Integer _ ) As dsGetApplicationOptionResult_e |
C# | |
---|---|
dsGetApplicationOptionResult_e GetApplicationOptionInt16( dsApplicationOptionInt16_e Var, out System.int Value ) |
COM native C++ | |
---|---|
HRESULT GetApplicationOptionInt16( dsApplicationOptionInt16_e Var, LONG* Value, dsGetApplicationOptionResult_e* Result ) |
C++ | |
---|---|
DSRESULT GetApplicationOptionInt16( dsApplicationOptionInt16_e Var, long* Value, dsGetApplicationOptionResult_e* Result ) |
Parameters
- Var
- Command option as defined in dsApplicationOptionInt16_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 dsGetApplicationOptionResult_e
IApplicationOptions Interface
IApplicationOptions Members
IApplicationOptions::SetApplicationOptionInt16 Method ()
IDocument::GetCommandOptionInt16 Method ()
IDocument::SetCommandOptionInt16 Method ()
IApplicationOptions Members
IApplicationOptions::SetApplicationOptionInt16 Method ()
IDocument::GetCommandOptionInt16 Method ()
IDocument::SetCommandOptionInt16 Method ()
DraftSight V1R5.0