Removes a specific profile PVI from the collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void Remove( ProfilePVI profilePVI )
VB
Public Sub Remove ( profilePVI As ProfilePVI )
C++
public: void Remove( ProfilePVI^ profilePVI )
Parameters
- profilePVI ProfilePVI
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the specified ProfilePVI is not in the collection. |