Gets registered external resource servers which support the external resource type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<IExternalResourceServer> GetServersByType(
ExternalResourceType type
)
Parameters
- type ExternalResourceType
-
The external resource type for the servers to match
Return Value
IList<IExternalResourceServer>
A list of matched external resource servers
Exceptions
See Also
Reference