TreeNodeCollectionBaseRemove(Int32) Method |
Removes an object by index from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic virtual void Remove(
int index
)
Public Overridable Sub Remove (
index As Integer
)
public:
virtual void Remove(
int index
)
Parameters
- index Int32
-
Exceptions
See Also