Click or drag to resize

SectionStyleTableFindName Method

Finds the section style with a given name.

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

Parameters

name
Type: SystemString
The name of the section style to find.

Return Value

Type: SectionStyle
The section style if found; otherwise null.
See Also