2024 Class
Changes 0
C

ExternalResourceType

Description:
A type class used to distinguish between different kinds of external resource.
Remarks:
Revit elements can consume multiple types of external resource data, provided by one or more external servers. Conversely, external servers can support one, or more than one, type of external resource.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.GuidEnum
    Autodesk.Revit.DB.ExternalResourceType
Name Return Type Description Inherited From
C ExternalResourceType(Guid) None Creates a new ExternalResourceType instance.
C GuidEnum(Guid) None Creates an Guid-based enum instance with the supplied name and GUID. GUID-based enum instance can be compared by this guid value. GuidEnum
Name Return Type Description Inherited From
M op_Equality(ExternalResourceType, ExternalResourceType) bool Compares two ExternalResourceType instances.
M op_Inequality(ExternalResourceType, ExternalResourceType) bool Compares two ExternalResourceType instances.
M Equals(Object) bool Compares two Guid-based enum object based on their concrete class and GUID value. GuidEnum
M GetHashCode() int Generates a hash code for this Guid-based enum object. GuidEnum
Name Return Type Description Inherited From
P Guid Guid The Guid of GUID-based enum object. GuidEnum