NamedViewTableFindByName Method |
Finds a named view.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public int FindByName(
string name
)
Public Function FindByName (
name As String
) As Integer
Parameters
- name
- Type: SystemString
name to search for.
Return Value
Type:
Int32
>=0 index of the found named view
-1 no named view found.
See Also