GroupTransfer Method

Rearranges the entities within this Group object.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void Transfer(
        int fromIndex,
        int toIndex,
        int numItems
)

Parameters

fromIndex  Int32
[in] Index of the first entity to be moved.
toIndex  Int32
[in] Destination index of the first entity to be moved.
numItems  Int32
[in] Number of objects to move.
See Also

©  Bricsys NV. All rights reserved.