Share

ProfilePVICollection.RemoveAt(Int32) Method

Removes the specified PVI from this profile.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void RemoveAt(
	int index
)

VB

Public Sub RemoveAt ( 
	index As Integer
)

C++

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

Reference

Was this information helpful?