AssocArrayDeleteItem
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public void DeleteItem(
ItemLocator index,
bool bErase
)
Public Sub DeleteItem (
index As ItemLocator,
bErase As Boolean
)
public:
void DeleteItem(
ItemLocator index,
bool bErase
)
member DeleteItem :
index : ItemLocator *
bErase : bool -> unit
Parameters
- index ItemLocator
-
- bErase Boolean
-
See Also