Share

EnergyAnalysisSurface.SurfaceId Property

The unique identifier for the surface.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public string SurfaceId { get; }

Property Value

String

Remarks

This identification attribute is composed of the prefix "su" and a sequential number, separated by "-". A sample value would be "su-1".

See Also

Reference

Was this information helpful?