File3dmViewTableFindName Method |
Finds a ViewInfo given its name.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
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:
ViewInfoAn ViewInfo, or null on error.
See Also