Revit 2025.3 API
Fabrication |
Gets specification abbreviation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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