ExternalServiceId
Unique identifier of an external service.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.GuidEnum
Autodesk.Revit.DB.ExternalService.ExternalServiceId
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ExternalServiceId : GuidEnum
The ExternalServiceId type exposes the following members.
Constructors
Name
Description
Public Method
ExternalServiceId
Creates a new ExternalServiceId instance.
Properties
Name
Description
Public Property
Guid
The Guid of GUID-based enum object.
(Inherited from GuidEnum)
Methods
Name
Description
Public Method
Equals
Compares two Guid-based enum object based on their concrete class and GUID value.
(Inherited from GuidEnum)
Public Method
GetHashCode
Generates a hash code for this Guid-based enum object.
(Inherited from GuidEnum)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)
Operators
Name
Description
Public Operator
Static Member
Equality(ExternalServiceId, ExternalServiceId)
Compares two ExternalServiceId instances.
Public Operator
Static Member
Inequality(ExternalServiceId, ExternalServiceId)
Compares two ExternalServiceId instances.
Remarks
Each external service must have a unique ExternalServiceId. The Id can be registered with Revit for servers to easily find it. Unique ExternalServiceId should be created using GUID generation tool. ExternalServiceId can later be used to access registered external services.