ProfilePVICollectionRemoveAt(Int32) Method |
Removes the specified PVI from this profile.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
void RemoveAt(
int index
)
Parameters
- index Int32
- The index of the PVI in the ProfilePVICollection.
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when removing the first or the last PVI.
|
ArgumentOutOfRangeException |
Thrown when the index is out of the collecton range.
|
Remarks
The the first and the last PVI cannot be removed.
See Also