ExternalServiceId
Description:
Unique identifier of an external service.
Unique identifier of an external service.
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.
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.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.GuidEnum
Autodesk.Revit.DB.ExternalService.ExternalServiceId
System.Object
Autodesk.Revit.DB.GuidEnum
Autodesk.Revit.DB.ExternalService.ExternalServiceId
public class ExternalServiceId : GuidEnum
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ExternalServiceId(Guid) | None | Creates a new ExternalServiceId instance. | |
| GuidEnum(Guid) | None | Creates an Guid-based enum instance with the supplied name and GUID. GUID-based enum instance can be compared by this guid value. | GuidEnum |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| op_Equality(ExternalServiceId, ExternalServiceId) | bool | Compares two ExternalServiceId instances. | |
| op_Inequality(ExternalServiceId, ExternalServiceId) | bool | Compares two ExternalServiceId instances. | |
| Equals(Object) | bool | Compares two Guid-based enum object based on their concrete class and GUID value. | GuidEnum |
| GetHashCode() | int | Generates a hash code for this Guid-based enum object. | GuidEnum |