SectionStyleTableFind Method (Guid, Boolean) |
Finds a section style with a matching ID.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic int Find(
Guid id,
bool ignoreDeletedSectionStyles
)
Public Function Find (
id As Guid,
ignoreDeletedSectionStyles As Boolean
) As Integer
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