Click or drag to resize

MPUtilityGetSearchDefinition Method

Returns the search definition with the specified ID.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static SearchDefinition GetSearchDefinition(
	int id
)

Parameters

id
Type: SystemInt32

Return Value

Type: SearchDefinition
See Also