The GUID of the Schema describing the subentity (or subentities) stored in this Field.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.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 (); } |