Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / MovementSettingsBase Class / Enabled Property

In This Topic
    Enabled Property (MovementSettingsBase)
    In This Topic
    Gets or sets a value indicating whether the command is enabled.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    Remarks
    For rotate command it can be used to avoid accidental rotations in 2D views.
    See Also