Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Layer Class / Locked Property

In This Topic
    Locked Property (Layer)
    In This Topic
    Gets or sets a value indicating if the entities on the layer can be selected.
    Syntax
    'Declaration
     
    Public Property Locked As Boolean
    public bool Locked {get; set;}
    See Also