ProfilePVICollectionRemoveAt(Int32) Method

Removes the specified PVI from this profile.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
The index of the PVI in the ProfilePVICollection.
Exceptions
ExceptionCondition
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