Revit 2025.3 API
External |
Gets the match options used to filter external resources.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ExternalResourceMatchOptions GetMatchOptions()
Public Function GetMatchOptions As ExternalResourceMatchOptions
public: ExternalResourceMatchOptions^ GetMatchOptions()
member GetMatchOptions : unit -> ExternalResourceMatchOptions
Return Value
ExternalResourceMatchOptionsThe external resource match options.
See Also