EvalGraphGetAllNodes Method
|
Returns an array of the node IDs of all nodes
in this Graph object.
Namespace: Teigha.Internal.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int[] GetAllNodes()
Public Function GetAllNodes As Integer()
public:
array<int>^ GetAllNodes()
member GetAllNodes : unit -> int[]
Return Value
Int32
Returns an array with the node IDs.
See Also