maxon.SmartSearchAssetInterface¶
Description¶
Implements the smartsearch asset type.
Methods Signature¶
|
Creates an new SmartSearchAsset. |
Returns the filter string stored in the smart search asset. |
|
|
Stores a new smartsearch in a SmartSearchAsset. |
Methods Definition¶
-
static
SmartSearchAssetInterface.
Create
()¶ Creates an new SmartSearchAsset.
- Returns
SmartSearchAsset
- Return type
-
SmartSearchAssetInterface.
GetFilterString
()¶ Returns the filter string stored in the smart search asset.
- Returns
- Return type
-
static
SmartSearchAssetInterface.
SetFilterString
(asset, filter)¶ Stores a new smartsearch in a SmartSearchAsset.
- Parameters
asset (
maxon.AssetDescription
) – SmartSearchAsset to modify.filter (str) – Fitler string to store.