ExternalServiceId Constructor

Creates a new ExternalServiceId instance.

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

Parameters

guid  Guid
The identifier for the ExternalServiceId.
See Also