IPropertyMeta SetValue Method Cognex VisionPro 9.10

Sets the value of this property.

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

void SetValue(
	Object subject,
	Object value
)

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
Exceptions

ExceptionCondition
InvalidOperationExceptionThe property is read only
See Also