Eyeshot 10 WinForms API Reference
Entities Property (UserInterfaceSymbolBase)

WinForms Assembly > devDept.Eyeshot Namespace > UserInterfaceSymbolBase Class : Entities Property
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

Reference

UserInterfaceSymbolBase Class
UserInterfaceSymbolBase Members