FakePropertyMeta Constructor (MethodMeta, MethodMeta)Cognex VisionPro 9.20

Constructs a FakePropertyMeta instance.

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

public FakePropertyMeta(
	MethodMeta getterMethodMeta,
	MethodMeta setterMethodMeta
)

Parameters

getterMethodMeta
Type: Cognex.Vision.Meta MethodMeta
A MethodMeta to act as the property getter.
setterMethodMeta
Type: Cognex.Vision.Meta MethodMeta
A MethodMeta to act as the property setter. The setterMethodMeta can be null to create a read only FakePropertyMeta.
See Also