The unique identifier for the surface.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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