GuidEnum Class

Base class of all GUID-based enum classes.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBGuidEnum
    More

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class GuidEnum

The GuidEnum type exposes the following members.

Constructors
 NameDescription
Public methodGuidEnum Creates an Guid-based enum instance with the supplied name and GUID. GUID-based enum instance can be compared by this guid value.
Top
Properties
 NameDescription
Public propertyGuid The Guid of GUID-based enum object.
Top
Methods
 NameDescription
Public methodEquals Compares two Guid-based enum object based on their concrete class and GUID value.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Generates a hash code for this Guid-based enum object.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also
Inheritance Hierarchy