Gets the start part id of the Pipe. If no connected part, return ObjectId::Null.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId StartPartId { get; }
VB
Public ReadOnly Property StartPartId As ObjectId Get
C++
public: property ObjectId StartPartId { ObjectId get (); }