Determines whether this Element uses external resources associated with
a specified external resource type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool RefersToExternalResourceReference( ExternalResourceType resourceType )
Parameters
- resourceType ExternalResourceType
- The desired external resource type.
Return Value
BooleanReturns true if this Element uses external resources associated with the specified external resource type; otherwise, false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |