FabricationConfiguration.GetServiceTypeName Method

FabricationConfigurationGetServiceTypeName Method

Gets the service type name.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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

String
See Also