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