File3dmViewTable.FindName Method

File3dmViewTableFindName Method

Finds a ViewInfo given its name.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ViewInfo FindName(
	string name
)
Public Function FindName ( 
	name As String
) As ViewInfo

Parameters

name
Type: SystemString
The name of the ViewInfo to be searched.

Return Value

Type: ViewInfo
An ViewInfo, or null on error.
Version Information

Rhino for Windows

Supported in: 6.14
See Also