ProfilePVICollectionRemove Method |
Removes a specific profile PVI from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
ProfilePVI profilePVI
)
Public Sub Remove (
profilePVI As ProfilePVI
)
public:
void Remove(
ProfilePVI^ profilePVI
)
Parameters
- profilePVI ProfilePVI
-
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the specified ProfilePVI is not in the collection.
|
See Also