Determines whether this Element uses external resources associated with
a specified external resource type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool RefersToExternalResourceReference(
ExternalResourceType resourceType
)
Parameters
- resourceType ExternalResourceType
-
The desired external resource type.
Return Value
Boolean
Returns true if this Element uses external resources associated with
the specified external resource type; otherwise, false.
Exceptions
See Also
Reference