Revit 2018 API |
GuidEnum Constructor |
GuidEnum Class See Also |
Creates an Guid-based enum instance with the supplied name and GUID.
GUID-based enum instance can be compared by this guid value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Syntax
C# |
---|
public GuidEnum( Guid guid ) |
Visual Basic |
---|
Public Sub New ( _ guid As Guid _ ) |
Visual C++ |
---|
public: GuidEnum( Guid guid ) |
Parameters
- guid
- Type: System..::..Guid
The GUID of this GUID-based enum.