Gets the object id of the part's counterpart in profile views.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId ProfileViewPartId { get; }
VB
Public ReadOnly Property ProfileViewPartId As ObjectId Get
C++
public: property ObjectId ProfileViewPartId { ObjectId get (); }