| Revit 2022.1 API |
| Duct..::..IsPlaceholder Property |
| Duct Class See Also |
Identifies if the duct is a placeholder or not.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public bool IsPlaceholder { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsPlaceholder As Boolean Get |
| Visual C++ |
|---|
public: property bool IsPlaceholder { bool get (); } |