Draws the part into the specified profile view.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void AddToProfileView(
	ObjectId profileViewId
)
Visual Basic
Public Sub AddToProfileView ( _
	profileViewId As ObjectId _
)
Visual C++
public:
void AddToProfileView(
	ObjectId profileViewId
)

Parameters

profileViewId
Type: ObjectId
The object id of the target profile view.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the specified object id isn't type Autodesk.Civil.DatabaseServices.ProfileView.

See Also