AlignmentDesignCheckCollectionRemoveAt Method |
Removes DesignCheck from the collection by the specified index.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override sealed void RemoveAt(
int index
)
Public Overrides NotOverridable Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) override sealed
Parameters
- index Int32
- Specifies index in the collection to remove.
Remarks
It will remove the corresponding AlignmentDesignCheck existed in AlignmentDesignCheckSet.
See Also