Click or drag to resize

SectionStyleTableFind Method (Guid, Boolean)

Finds a section style with a matching ID.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int Find(
	Guid id,
	bool ignoreDeletedSectionStyles
)

Parameters

id
Type: SystemGuid
The ID of the section style to be found.
ignoreDeletedSectionStyles
Type: SystemBoolean
If true, deleted section styles are not checked.

Return Value

Type: Int32
If the section style was found, the section style index, >=0, is returned. If the section style was not found, -1 is returned.
See Also