File3dmViewTableContains Method |
Returns an indication of the presence of a view in the table.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic bool Contains(
ViewInfo item
)
Public Function Contains (
item As ViewInfo
) As Boolean
Parameters
- item
- Type: Rhino.DocObjectsViewInfo
The view to check.
Return Value
Type:
Booleantrue if the item is in the table; false otherwise.
Implements
ICollectionTContains(T)
See Also