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: 2013.11.0.0
Syntax
C#
public static SearchDefinition GetSearchDefinition(
	int id
)

Parameters

id
Type: SystemInt32

Return Value

Type: SearchDefinition
See Also