Share

PressurePart.RemoveFromProfileView 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.280

Syntax

C#

public void RemoveFromProfileView(
	ObjectId profileViewId
)

VB

Public Sub RemoveFromProfileView ( 
	profileViewId As ObjectId
)

C++

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

Reference

Was this information helpful?