Sets the value of this property.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- subject
- Type: System Object
The object on which to invoke the setter for the given property
- value
- Type: System Object
The value to set the property to
Implements
IPropertyMeta SetValue(Object, Object)Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The property is read only |
See Also