GraphNodeCollectionIndexOf
Method
|
Returns the index of the GraphNode object in
this collection that matches the specified object.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int IndexOf(
GraphNode value
)
Public Function IndexOf (
value As GraphNode
) As Integer
public:
int IndexOf(
GraphNode^ value
)
member IndexOf :
value : GraphNode -> int
Parameters
- value GraphNode
- [in] GraphNode object for which to find the index.
Return Value
Int32
See Also