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

In This Topic
    Exportable Property (Layer)
    In This Topic
    Gets or sets a value indicating whether the layer (and all the entities belonging to it) are exported by the various Write* classes.
    Syntax
    'Declaration
     
    Public Property Exportable As Boolean
    public bool Exportable {get; set;}
    See Also