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