Share

Editor.GetCommandVersion Method

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.

Visual Basic

Public Function GetCommandVersion() As Integer

C#

public int GetCommandVersion();

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?