ExternalServiceId Constructor

Creates a new ExternalServiceId instance.

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ExternalServiceId(
	Guid guid
)

Parameters

guid  Guid
The identifier for the ExternalServiceId.
See Also