GraphNodeCollectionContains Method

Checks whether this collection contains a GraphNode object that matches the specified GraphNode object.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public bool Contains(
        GraphNode value
)

Parameters

value  GraphNode
[in] GraphNode object to check.

Return Value

Boolean
true if this collection stores the specified object, false otherwise.
See Also

©  Bricsys NV. All rights reserved.