ProfilePVICollectionRemove Method

Removes a specific profile PVI from the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public void Remove(
	ProfilePVI profilePVI
)

Parameters

profilePVI  ProfilePVI
 
Exceptions
ExceptionCondition
ArgumentException Thrown when the specified ProfilePVI is not in the collection.
See Also