Gets the object id of Autodesk.Civil.DatabaseServices.Profile that is used as vertical path.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId ProfileId { get; }
VB
Public ReadOnly Property ProfileId As ObjectId Get
C++
public: property ObjectId ProfileId { ObjectId get (); }