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
)

Parameters

rate  Int32
[in] Node index.
Remarks
Currently not implemented.
See Also

©  Bricsys NV. All rights reserved.