CogPropertyConverter GetPropertyPath Method Cognex VisionPro 9.5
Gets the full path to the selected property in a property grid

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax

public static string GetPropertyPath(
	ITypeDescriptorContext context
)

Return Value

Type: String
The dot-separated path to the property from the top-level selected item (normally a tool).
See Also