| Revit 2022.1 API |
| Field..::..SubSchemaGUID Property |
| Field Class See Also |
The GUID of the Schema describing the subentity (or subentities) stored in this Field.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public Guid SubSchemaGUID { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SubSchemaGUID As Guid Get |
| Visual C++ |
|---|
public: property Guid SubSchemaGUID { Guid get (); } |