Revit 2026 API
FieldSub |
The Schema describing the subentity (or subentities) stored in this Field.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Schema SubSchema { get; }
Public ReadOnly Property SubSchema As Schema Get
public: property Schema^ SubSchema { Schema^ get (); }
member SubSchema : Schema with get
Property Value
SchemaSee Also