Click or drag to resize

TfInvokeOpIsRegistered Method

http://www.emgu.com
Returns true if the operation is registered.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public static bool OpIsRegistered(
	string operationName
)

Parameters

operationName
Type: SystemString

[Missing <param name="operationName"/> documentation for "M:Emgu.TF.TfInvoke.OpIsRegistered(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Emgu.TF.TfInvoke.OpIsRegistered(System.String)"]

See Also