PressurePartRemoveFromProfileView Method

Remove the part from the specified profile view in which it is drawn.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public void RemoveFromProfileView(
	ObjectId profileViewId
)

Parameters

profileViewId  ObjectId
The object id of the target profile view.
Exceptions
ExceptionCondition
ArgumentException Thrown when the specified object id isn't type Autodesk.Civil.DatabaseServices.ProfileView.
See Also