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