Revit 2018 API |
Pipe..::..PipeSegment Property |
Pipe Class See Also |
The pipe segment that was assigned to this pipe according to the routing preference.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2017
Syntax
C# |
---|
public PipeSegment PipeSegment { get; } |
Visual Basic |
---|
Public ReadOnly Property PipeSegment As PipeSegment Get |
Visual C++ |
---|
public: property PipeSegment^ PipeSegment { PipeSegment^ get (); } |