PropertyMeta GetValue Method Cognex VisionPro 9.22 SR1

Returns the value of this property.

Namespace: Cognex.Vision.Meta
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public Object GetValue(
	Object subject
)

Parameters

subject
Type: System Object
The object on which to invoke the getter for the given property

Return Value

Type: Object

Implements

IPropertyMeta GetValue(Object)
See Also