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