A name that identifies what command should be executed by this GwxPick object.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public string CommandName { get; set; } |
Visual Basic |
---|
Public Property CommandName As String Get Set |
JScript |
---|
function get CommandName () : String function set CommandName (value : String) |
Remarks
Setting a new string value for the CommandName will automatically create a
corresponding GwxPickCommand derived object for the CommandParameters property.
The CommandName is equivalent to the Type Name of the GwxPickCommand-derived object.