RenderContentIsReference Method |
Query whether or not the content or any of its ancestors is a reference content.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.9
Syntax public bool IsReference()
Public Function IsReference As Boolean
Return Value
Type:
Booleantrue if the content is a reference, else false
See Also