File3dmViewTable.Contains Method

File3dmViewTableContains Method

Returns an indication of the presence of a view in the table.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Contains(
	ViewInfo item
)
Public Function Contains ( 
	item As ViewInfo
) As Boolean

Parameters

item
Type: Rhino.DocObjectsViewInfo
The view to check.

Return Value

Type: Boolean
true if the item is in the table; false otherwise.

Implements

ICollectionTContains(T)
Version Information

Rhino for Windows

Supported in: 6.14
See Also