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

Syntax

Visual Basic 
Function SetApplicationOptionInt32( _
   ByVal Var As dsApplicationOptionInt32_e, _
   ByVal Value As System.Integer _
) As dsSetApplicationOptionResult_e
C# 
dsSetApplicationOptionResult_e SetApplicationOptionInt32( 
   dsApplicationOptionInt32_e Var,
   System.int Value
)
JavaScript 
SetApplicationOptionInt32( 
   Var : String,
   Value : Number
) : String
COM native C++ 
HRESULT SetApplicationOptionInt32( 
   dsApplicationOptionInt32_e Var,
   LONG Value,
   dsSetApplicationOptionResult_e* Result
) 
C++ 
DSRESULT SetApplicationOptionInt32( 
   dsApplicationOptionInt32_e Var,
   long Value,
   dsSetApplicationOptionResult_e* Result
) 

Parameters

Var
Command option as defined in dsApplicationOptionInt32_e
Value
Int32 value for the specified command option
Result[out] or Return Value
Status of setting the Int32 value of the command option as defined in dsSetApplicationOptionResult_e
 

See Also

Availability

DraftSight V1R5.0