GetCommandOptionInt32 Method (IDocument) Send Feedback
See Also  Example
Var
Command option as defined in dsCommandOptionInt32_e
Value[out]
Int32 value of the specified command option
Result[out]
Status of getting the Int32 value of the command option as defined in dsGetCommandOptionResult_e
Gets the 32-bit signed integer, also called Int32, value of the specified command option for the document.

Syntax

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

Parameters

Var
Command option as defined in dsCommandOptionInt32_e
Value[out]
Int32 value of the specified command option
Result[out] or Return Value
Status of getting the Int32 value of the command option as defined in dsGetCommandOptionResult_e

Example

 

See Also

Availability

DraftSight V1R1.1