Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / UserInterfaceSymbolBase Class / Entities Property

In This Topic
    Entities Property (UserInterfaceSymbolBase)
    In This Topic
    Gets or sets the mesh entities used to draw the CoordinateSystemIcon.
    Syntax
    'Declaration
     
    Public Property Entities As EyeshotDisposableCollection(Of Mesh)
    public EyeshotDisposableCollection<Mesh> Entities {get; set;}
    Remarks
    To be correctly visualized the entities must have a maximum size of 7.5 units.
    See Also