Constructs a FakePropertyMeta instance.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
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.
- methodArg
- Type: System Object
A string or integer to provide as first argument when invoking the setter and getter, usually an integer that acts like an "index"
- name
- Type: System String
The name of the property. It is optional.
See Also