remove Feature State Expression
open override fun removeFeatureStateExpression(featureStateExpressionId: Int, callback: FeatureStateOperationCallback)
Removes a specific feature state expression.
Remove a specific expression from the feature state expressions based on the expression ID.
Note that updates to feature state expressions are asynchronous, so changes made by this method might not be immediately visible and will have some delay.
Parameters
feature State Expression Id
The unique identifier of the expression to remove.
callback
The feature state operation callback called when the operation completes.