Gets the object id of the part's counterpart in profile views.

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

Syntax

C#
public ObjectId ProfileViewPartId { get; }
Visual Basic
Public ReadOnly Property ProfileViewPartId As ObjectId
	Get
Visual C++
public:
property ObjectId ProfileViewPartId {
	ObjectId get ();
}

Remarks

OBJECTID TYPE: Autodesk.Civil.DatabaseServices.ProfileViewPressurePart If the part is not ever drawn in any profile view, the returned object id is null.

See Also