GraphSetNodeGrowthRate
Method
|
Sets the number of nodes that are allocated to
the graph at a time. If the graph consists of many nodes, this
method should be called to increase the rate. Setting a rate to a
higher value increases performance but may cause increased memory
usage due to unused but allocated node space.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void SetNodeGrowthRate(
int rate
)
Public Sub SetNodeGrowthRate (
rate As Integer
)
public:
void SetNodeGrowthRate(
int rate
)
member SetNodeGrowthRate :
rate : int -> unit
Parameters
- rate Int32
- [in] Node index.
Remarks
Currently not
implemented.
See Also