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.7.0.1276
Syntax
C#
public ObjectId StartPartId { get; }
VB
Public ReadOnly Property StartPartId As ObjectId Get
C++
public: property ObjectId StartPartId { ObjectId get (); }