Share

FabricationConfiguration.GetServiceGUID Method

Gets the service GUID by its identifier.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

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

Reference

Was this information helpful?