SetCommandOptionInt16 Method (IDocument) Send Feedback
See Also  Example
Var
Command option as defined in dsCommandOptionInt16_e
Value
Int16 value for the specified command option
Result[out]
Status of setting the Int16 value of the command option as defined in dsSetCommandOptionResult_e
Sets the 16-bit signed integer, also called Int16, value for the specified command option for the document.

Syntax

Visual Basic 
Sub SetCommandOptionInt16( _
   ByVal Var As dsCommandOptionInt16_e, _
   ByVal Value As System.Integer, _
   ByRef Result As dsSetCommandOptionResult_e _
) 
C# 
void SetCommandOptionInt16( 
   dsCommandOptionInt16_e Var,
   System.int Value,
   out dsSetCommandOptionResult_e Result
)
JavaScript 
SetCommandOptionInt16( 
   Var : String,
   Value : Number
) : String
COM native C++ 
HRESULT SetCommandOptionInt16( 
   dsCommandOptionInt16_e Var,
   LONG Value,
   dsSetCommandOptionResult_e* Result
) 
C++ 
DSRESULT SetCommandOptionInt16( 
   dsCommandOptionInt16_e Var,
   long Value,
   dsSetCommandOptionResult_e* Result
) 

Parameters

Var
Command option as defined in dsCommandOptionInt16_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 dsSetCommandOptionResult_e

Example

 

See Also

Availability

DraftSight V1R1.1