| Revit 2023 API |
| Pipe..::..IsPlaceholder Property |
| Pipe Class See Also |
Identifies if the pipe is a placeholder or not.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public bool IsPlaceholder { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsPlaceholder As Boolean Get |
| Visual C++ |
|---|
public: property bool IsPlaceholder { bool get (); } |