| Revit 2022.1 API |
| Family..::..IsInPlace Property |
| Family Class See Also |
True if the family is an in-place family, false if the family is a loadable family.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public bool IsInPlace { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsInPlace As Boolean Get |
| Visual C++ |
|---|
public: property bool IsInPlace { bool get (); } |