SetApplicationOptionInt16 Method (IApplicationOptions) Send Feedback
See Also 
Result[out]
Status of setting the Int16 value of the command option as defined in dsSetApplicationOptionResult_e
Var
Command option as defined in dsApplicationOptionInt16_e
Value
Int16 value for the specified command option
Sets the 16-bit signed integer, also called Int16, value for the specified command option for DraftSight.

Syntax

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
)
JavaScript 
SetApplicationOptionInt16( 
   Var : String,
   Value : Number
) : String
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
 

See Also

Availability

DraftSight V1R5.0