PipeSegment.ScheduleTypeId Property

PipeSegmentScheduleTypeId Property

The ElementId of the PipeScheduleType.

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId ScheduleTypeId { get; }
Public ReadOnly Property ScheduleTypeId As ElementId
	Get
public:
property ElementId^ ScheduleTypeId {
	ElementId^ get ();
}
member ScheduleTypeId : ElementId with get

Property Value

ElementId
See Also