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