A type class used to distinguish between different kinds of external resource.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.GuidEnum
Autodesk.Revit.DB.ExternalResourceType
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class ExternalResourceType : GuidEnum
The ExternalResourceType type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExternalResourceType | Creates a new ExternalResourceType instance. |
Properties
Methods
| Name | Description | |
|---|---|---|
| Equals | Compares two Guid-based enum object based on their concrete class and GUID value. (Inherited from GuidEnum) | |
| GetHashCode | Generates a hash code for this Guid-based enum object. (Inherited from GuidEnum) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Operators
| Name | Description | |
|---|---|---|
| Equality(ExternalResourceType, ExternalResourceType) | Compares two ExternalResourceType instances. | |
| Inequality(ExternalResourceType, ExternalResourceType) | Compares two ExternalResourceType instances. |
