Visual Basic | |
---|---|
Function SetApplicationOptionInt16( _ ByVal Var As dsApplicationOptionInt16_e, _ ByVal Value As System.Integer _ ) As dsSetApplicationOptionResult_e |
C# | |
---|---|
dsSetApplicationOptionResult_e SetApplicationOptionInt16( dsApplicationOptionInt16_e Var, System.int Value ) |
COM native C++ | |
---|---|
HRESULT SetApplicationOptionInt16( dsApplicationOptionInt16_e Var, LONG Value, dsSetApplicationOptionResult_e* Result ) |
C++ | |
---|---|
DSRESULT SetApplicationOptionInt16( dsApplicationOptionInt16_e Var, long Value, dsSetApplicationOptionResult_e* Result ) |
Parameters
- Var
- Command option as defined in dsApplicationOptionInt16_e
- Value
- Int16 value for the specified command option
- Result[out] or Return Value
- Status of setting the Int16 value of the command option as defined in dsSetApplicationOptionResult_e
IApplicationOptions Interface
IApplicationOptions Members
IApplicationOptions::GetApplicationOptionInt16 Method ()
IDocument::SetCommandOptionInt16 Method ()
IDocument::GetCommandOptionInt16 Method ()
IApplicationOptions Members
IApplicationOptions::GetApplicationOptionInt16 Method ()
IDocument::SetCommandOptionInt16 Method ()
IDocument::GetCommandOptionInt16 Method ()
DraftSight V1R5.0