Lists all schemas in memory.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public static IList<Schema> ListSchemas() |
| Visual Basic |
|---|
Public Shared Function ListSchemas As IList(Of Schema) |
| Visual C++ |
|---|
public:
static IList<Schema^>^ ListSchemas() |
See Also