Click or drag to resize

SectionStyleTableFindIndex Method

Retrieves a section style based on Index. This search type of search is discouraged. We are moving towards using only IDs for all tables.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public SectionStyle FindIndex(
	int index
)

Parameters

index
Type: SystemInt32
The index to search for.

Return Value

Type: SectionStyle
A SectionStyle object, or null if none was found.
See Also