ObjectDCL Banner

GetVersion Method

Description

This method will return version of ObjectDCL.

Return Values

Returns a Real value representing the major and minor versions of ObjectDCL.

AutoLISP Syntax

The method takes no parameter.

CopyCode imageCopy Code
(Odcl_GetVersion )

Remarks

Please note that this is not available to ObjectDCL.arx file for version 3.0 through 3.08.

Example

CopyCode imageCopy Code
; Get the version of ObjectDCL (e.g. 7.2)
(Setq rValue (Odcl_GetVersion))