RendererAspectBaseIsVisibleForLOD Method  | 
 
            Method used to check if aspect is visible with regards to Level of Detail.
            
 
    Namespace: 
   Demo3D.Visuals.Renderers
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic bool IsVisibleForLOD(
	IDisplay display
)
Parameters
- display
 - Type: IDisplay
[Missing <param name="display"/> documentation for "M:Demo3D.Visuals.Renderers.RendererAspectBase.IsVisibleForLOD(Demo3D.Visuals.IDisplay)"]
 
Return Value
Type: 
BooleanTrue if visible for the purposes of Level of Detail. False otherwise.
See Also