| Revit 2022 API |
| SpatialElementBoundarySubface..::..SubfaceArisesFromElementFace Property |
| SpatialElementBoundarySubface Class See Also |
Indicates if the subface is coincident with a portion of a (possibly offset) face of the element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public bool SubfaceArisesFromElementFace { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SubfaceArisesFromElementFace As Boolean Get |
| Visual C++ |
|---|
public: property bool SubfaceArisesFromElementFace { bool get (); } |