FabricationConfigurationGetServiceGUID Method

Gets the service GUID by its identifier.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Guid GetServiceGUID(
	int serviceId
)

Parameters

serviceId  Int32
The service identifier.

Return Value

Guid
The service GUID. Returns empty GUID if not found.
See Also