Share

acedGetCommandVersion Function

C++

Adesk::UInt8 acedGetCommandVersion();

File

aced.h

Description

This function is used to query the requested version of the command in progress in the current document. It does this by querying the version set at this depth of the command version stack.

Example

Adesk::UInt8 commandVersion = acedInitCommandVersion();

Was this information helpful?