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: 26.0.4.0 (26.0.4.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