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