| Revit 2020 API |
| SpatialElementBoundarySubface..::..SpatialBoundaryElement Property |
| SpatialElementBoundarySubface Class See Also |
Element that gave rise to this room face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2012
Syntax
| C# |
|---|
public LinkElementId SpatialBoundaryElement { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SpatialBoundaryElement As LinkElementId Get |
| Visual C++ |
|---|
public: property LinkElementId^ SpatialBoundaryElement { LinkElementId^ get (); } |