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