ProfileViewPartId Property

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.3.1717.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