RVTDocs.com

ExternalServiceId

Class
Description:
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.GuidEnum
    Autodesk.Revit.DB.ExternalService.ExternalServiceId
Syntax
public class ExternalServiceId : GuidEnum
ExternalServiceId Class Members:
Name Description Inherited From
ExternalServiceId Creates a new ExternalServiceId instance.
Name Description Inherited From
Guid The Guid of GUID-based enum object. (Inherited from GuidEnum ) GuidEnum
Name Description Inherited From
Equals Compares two Guid-based enum object based on their concrete class and GUID value. (Inherited from GuidEnum ) GuidEnum
GetHashCode Generates a hash code for this Guid-based enum object. (Inherited from GuidEnum ) GuidEnum
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object
Name Description Inherited From
Equality(ExternalServiceId, ExternalServiceId) Compares two ExternalServiceId instances.
Inequality(ExternalServiceId, ExternalServiceId) Compares two ExternalServiceId instances.