ExtensibleStorageFilter.SchemaGuid Property

ExtensibleStorageFilterSchemaGuid Property

Schema id used to filter elements with extensible storage data

Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Guid SchemaGuid { get; }
Public ReadOnly Property SchemaGuid As Guid
	Get
public:
property Guid SchemaGuid {
	Guid get ();
}
member SchemaGuid : Guid with get

Property Value

Guid
See Also