| Revit 2022.1 API |
| EnergyAnalysisSurface..::..SurfaceId Property |
| EnergyAnalysisSurface Class See Also |
The unique identifier for the surface.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public string SurfaceId { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SurfaceId As String Get |
| Visual C++ |
|---|
public: property String^ SurfaceId { String^ get (); } |
Remarks
This identification attribute is composed of the prefix "su"
and a sequential number, separated by "-". A sample value would
be "su-1".