PropertyWatcher Path Property Cognex VisionPro 9.23
Get

Gets the path to the property or sub-property being watched.

Set

Sets the path to the property or sub-property being watched.

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

public string Path { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
InvalidOperationException
VisionException
  • Assigning a new source fails.
  • If the source type or property name change and this function fails to get a new property meta.
Remarks

Changed Raises because this method may change the Path, IsConnected, PropertyMeta, and Value properties. The following StateFlags may be affected:

See Also