BlockPropertiesTableRowCollectionMove(Int32,
Int32) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void Move(
int index,
int newIndex
)
Public Sub Move (
index As Integer,
newIndex As Integer
)
public:
void Move(
int index,
int newIndex
)
member Move :
index : int *
newIndex : int -> unit
Parameters
- index Int32
-
- newIndex Int32
-
See Also