Click or drag to resize

RhinoPageViewActiveDetail Property

Returns the active detail object. If no detail is active, or if the page is active, then null is returned.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public DetailViewObject ActiveDetail { get; }

Property Value

Type: DetailViewObject
See Also