Share

Element.RefersToExternalResourceReference Method

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

Boolean
Returns true if this Element uses external resources associated with the specified external resource type; otherwise, false.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?