
This method will return version of ObjectDCL.
Returns a Real value representing the major and minor versions of ObjectDCL.
The method takes no parameter.
Copy Code |
|---|
(Odcl_GetVersion ) |
Please note that this is not available to ObjectDCL.arx file for version 3.0 through 3.08.
Copy Code |
|---|
; Get the version of ObjectDCL (e.g. 7.2) (Setq rValue (Odcl_GetVersion)) |