Revit 2026 API
Fabrication |
Gets specification abbreviation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetSpecificationAbbreviation( int specificationId )
Public Function GetSpecificationAbbreviation ( specificationId As Integer ) As String
public: String^ GetSpecificationAbbreviation( int specificationId )
member GetSpecificationAbbreviation : specificationId : int -> string
Parameters
- specificationId Int32
- The specification identifier.
Return Value
StringSee Also