Click or drag to resize

RhinoPageViewSetActiveDetail Method (String, Boolean)

Sets the active detail.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SetActiveDetail(
	string detailName,
	bool compareCase
)

Parameters

detailName
Type: SystemString
The name, or title, of the detail to set active.
compareCase
Type: SystemBoolean
Unused.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also