Click or drag to resize

DimStyleTableFindName Method

Finds the DimensionStyle with a given name and returns it. None is returned if no DimensionStyle is found.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public DimensionStyle FindName(
	string name
)

Parameters

name
Type: SystemString
The string to search. Deleted styles are ignored.

Return Value

Type: DimensionStyle
The instance, or null.
See Also