Visual Basic | |
---|---|
Function SetApplicationOptionBool( _ ByVal Var As dsApplicationOptionBool_e, _ ByVal Value As System.Boolean _ ) As dsSetApplicationOptionResult_e |
C# | |
---|---|
dsSetApplicationOptionResult_e SetApplicationOptionBool( dsApplicationOptionBool_e Var, System.bool Value ) |
COM native C++ | |
---|---|
HRESULT SetApplicationOptionBool( dsApplicationOptionBool_e Var, VARIANT_BOOL Value, dsSetApplicationOptionResult_e* Result ) |
C++ | |
---|---|
DSRESULT SetApplicationOptionBool( dsApplicationOptionBool_e Var, bool Value, dsSetApplicationOptionResult_e* Result ) |
Parameters
- Var
- Command option as defined in dsApplicationOptionBool_e
- Value
- Boolean value for the specified command option
- Result[out] or Return Value
- Status of setting the Boolean value of the command option as defined in dsSetApplicationOptionResult_e
IApplicationOptions Interface
IApplicationOptions Members
IApplicationOptions::GetApplicationOptionBool Method ()
IDocument::SetCommandOptionBool Method ()
IDocument::GetCommandOptionBool Method ()
IApplicationOptions Members
IApplicationOptions::GetApplicationOptionBool Method ()
IDocument::SetCommandOptionBool Method ()
IDocument::GetCommandOptionBool Method ()
DraftSight V1R5.0