| AppDestroyGenericMeasure Method  | 
Removes a generic measure.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool DestroyGenericMeasure(
	string id
)
Public Function DestroyGenericMeasure ( 
	id As String
) As Boolean
Parameters
- id
 - Type: SystemString
Identifier of the measure to remove
                                        This parameter is mandatory. 
Return Value
Type: 
BooleanImplements
IAppDestroyGenericMeasure(String)
See Also