Revit 2025.3 API
Fabrication |
Gets the service type name.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string GetServiceTypeName( int serviceTypeId )
Public Function GetServiceTypeName ( serviceTypeId As Integer ) As String
public: String^ GetServiceTypeName( int serviceTypeId )
member GetServiceTypeName : serviceTypeId : int -> string
Parameters
- serviceTypeId Int32
- The service type identifier.
Return Value
StringSee Also