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

Syntax

Visual Basic 
Function GetApplicationOptionInt16( _
   ByVal Var As dsApplicationOptionInt16_e, _
   ByRef Value As System.Integer _
) As dsGetApplicationOptionResult_e
C# 
dsGetApplicationOptionResult_e GetApplicationOptionInt16( 
   dsApplicationOptionInt16_e Var,
   out System.int Value
)
JavaScript 
GetApplicationOptionInt16( 
   Var : String
) : {
   Value : Number,
   Result : String
}
COM native C++ 
HRESULT GetApplicationOptionInt16( 
   dsApplicationOptionInt16_e Var,
   LONG* Value,
   dsGetApplicationOptionResult_e* Result
) 
C++ 
DSRESULT GetApplicationOptionInt16( 
   dsApplicationOptionInt16_e Var,
   long* Value,
   dsGetApplicationOptionResult_e* Result
) 

Parameters

Var
Command option as defined in dsApplicationOptionInt16_e
Value[out]
Int16 value of the specified command option
Result[out] or Return Value
Status of getting the Int16 value of the command option as defined in dsGetApplicationOptionResult_e
 

See Also

Availability

DraftSight V1R5.0