| Visual Basic | |
|---|---|
Sub SetCommandOptionString( _ ByVal Var As dsCommandOptionString_e, _ ByVal Value As System.String, _ ByRef Result As dsSetCommandOptionResult_e _ ) | |
| C# | |
|---|---|
void SetCommandOptionString( dsCommandOptionString_e Var, System.string Value, out dsSetCommandOptionResult_e Result ) | |
| COM native C++ | |
|---|---|
HRESULT SetCommandOptionString( dsCommandOptionString_e Var, BSTR Value, dsSetCommandOptionResult_e* Result ) | |
| C++ | |
|---|---|
DSRESULT SetCommandOptionString( dsCommandOptionString_e Var, const dsString& Value, dsSetCommandOptionResult_e* Result ) | |
Parameters
- Var
- Command option as defined in dsCommandOptionString_e
- Value
- String value for the specified command option
- Result[out] or Return Value
- Status of setting the string value of the command option as defined in dsSetCommandOptionResult_e
Get and Set Command Options (C#)
Get and Set Command Options (VB.NET)
Get and Set Command Options (VBA)
Get and Set Command Options (VB.NET)
Get and Set Command Options (VBA)
IDocument Interface
IDocument Members
IDocument::GetCommandOptionString Method
IApplicationOptions::SetApplicationOptionString Method ()
IApplicationOptions::GetApplicationOptionString Method ()
IDocument Members
IDocument::GetCommandOptionString Method
IApplicationOptions::SetApplicationOptionString Method ()
IApplicationOptions::GetApplicationOptionString Method ()
DraftSight V1R1.1
Syntax