RVTDocs.com
Namespace: Autodesk.Revit.DB

GuidEnum

Class
Description:
Base class of all GUID-based enum classes.
Syntax
public class GuidEnum
GuidEnum Class Members:
Name Description Inherited From
GuidEnum Creates an Guid-based enum instance with the supplied name and GUID. GUID-based enum instance can be compared by this guid value.
Name Description Inherited From
Guid The Guid of GUID-based enum object.
Name Description Inherited From
Equals Compares two Guid-based enum object based on their concrete class and GUID value. (Overrides Object . Equals(Object) )
GetHashCode Generates a hash code for this Guid-based enum object. (Overrides Object . GetHashCode () )
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