Revit 2025 API
MEPSystemHas |
Indicates if the system has one or more design parts.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HasDesignParts { get; }
Public ReadOnly Property HasDesignParts As Boolean Get
public: property bool HasDesignParts { bool get (); }
member HasDesignParts : bool with get
Property Value
BooleanSee Also