{CompanyName} FlexyGo

Offline..::..SetRecognitionImage Method

Sets the recognition image

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool SetRecognitionImage(
	EntityObject Entity,
	string ObjectName,
	string ObjectId,
	string Name,
	string Base64,
	string ImageClassId,
	ref ProcessManager..::..ProcessHelper Ret
)
Public Shared Function SetRecognitionImage ( _
	Entity As EntityObject, _
	ObjectName As String, _
	ObjectId As String, _
	Name As String, _
	Base64 As String, _
	ImageClassId As String, _
	ByRef Ret As ProcessManager..::..ProcessHelper _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
Nothing
ObjectName
Type: String
Name of the object with recogintion image relation
ObjectId
Type: String
Id od the object to set the image
Name
Type: String
Name of the image
Base64
Type: String
Base64 of the image
ImageClassId
Type: String
Class of the image
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information

Return Value

true if success, false otherwise.