Click or drag to resize

FoundObjectPropertyToString(IEnumerableFoundObjectProperty) Method

Returns a string containing all properties of the given property object list.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public static string ToString(
	IEnumerable<FoundObjectProperty> objects
)

Parameters

objects  IEnumerableFoundObjectProperty
The list of properties.

Return Value

String
The concatenated string.
See Also