GraphNodeCollectionRemove Method
|
Removes the GraphNode object that matches the
specified object from the collection.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void Remove(
GraphNode value
)
Public Sub Remove (
value As GraphNode
)
public:
void Remove(
GraphNode^ value
)
member Remove :
value : GraphNode -> unit
Parameters
- value GraphNode
- [in] GraphNode object for removal.
See Also