Implement this method to indicate whether the server can provide data for a specified type of external resource.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2015
 Syntax
Syntax
| C# | 
|---|
| bool SupportsExternalResourceType( ExternalResourceType type ) | 
| Visual Basic | 
|---|
| Function SupportsExternalResourceType ( _ type As ExternalResourceType _ ) As Boolean | 
| Visual C++ | 
|---|
| bool SupportsExternalResourceType( ExternalResourceType^ type ) | 
Parameters
- type
- Type: Autodesk.Revit.DB..::..ExternalResourceType
 The ExternalResourceType of interest to the caller. For example, KeynoteTable - to determine if the server provides data for Revit's keynote table.





