FoundObjectPropertyToString(IEnumerableFoundObjectProperty) Method |
Returns a string containing all properties of the given property object list.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic static string ToString(
IEnumerable<FoundObjectProperty> objects
)
Parameters
- objects IEnumerableFoundObjectProperty
- The list of properties.
Return Value
StringThe concatenated string.
See Also