Constructs a new instance of a filter to match elements with extensible storage data based on specific Schema id.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ExtensibleStorageFilter(
Guid schemaGuid
)
Parameters
- schemaGuid Guid
-
Schema id used to filter elements with extensible storage data
See Also
Reference