| Revit Preview Release API |
| Schema..::..Lookup Method |
| Schema Class See Also |
Finds the Schema corresponding to the GUID in memory.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2012
Syntax
| C# |
|---|
public static Schema Lookup( Guid guid ) |
| Visual Basic |
|---|
Public Shared Function Lookup ( _ guid As Guid _ ) As Schema |
| Visual C++ |
|---|
public: static Schema^ Lookup( Guid guid ) |
Parameters
- guid
- Type: System..::..Guid