Click or drag to resize

VisualAnalysisModeFind Method (Type)

Finds a visual analysis mode by type.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static VisualAnalysisMode Find(
	Type t
)

Parameters

t
Type: SystemType
A visual analysis mode type.

Return Value

Type: VisualAnalysisMode
A visual analysis mode on success, or null on error.
See Also