Gets the specification name from its identifier.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string GetSpecificationName(
int specId
)
Parameters
- specId Int32
-
The specification identifier.
Return Value
String
The specification name;
See Also
Reference