CommandDefinition.isNative Property
Parent Object: CommandDefinitionDefined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandDefinition.h>
Description
Gets if this is a native command definition. If True then there are limitations to edits that can be done on the command definition. For example a native command definition cannot be deleted.
Syntax
"commandDefinition_var" is a variable referencing a CommandDefinition object.
|