<Code Lib>
2024 Method
Changes 0
M

ExternalResourceUtils.GetAllExternalResourceReferences(Document, ExternalResourceType)

Description:
Gets the ids of all elements which refer to a specific type of external resource.
Overloads (2):
GetAllExternalResourceReferences(Document,ExternalResourceType)

public static ISet<ElementId> GetAllExternalResourceReferences(
	Document document,
	ExternalResourceType resourceType
)

Return Value ISet<ElementId> The ids of all elements which refer to external resources of the specified type.

Loading…