| Revit 2022 API |
| SpatialElementBoundarySubface..::..SubfaceType Property |
| SpatialElementBoundarySubface Class See Also |
Type of the subface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public SubfaceType SubfaceType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SubfaceType As SubfaceType Get |
| Visual C++ |
|---|
public: property SubfaceType SubfaceType { SubfaceType get (); } |