C++
Adesk::UInt8 acedInitCommandVersion( Adesk::UInt8 nVersion = 0 );
File
aced.h
Description
This function sets an Adesk::UInt8 variable in the current document establishing the version requested for the next command to be run. The return value is the old version prior to being set. Calling this method will no argument will initialize the value to 0, which indicates that no version has been established.
Parameters
Parameters | Description |
---|---|
nVersion | The new version variable to set |