GxMotdet: SetIntProperty

SetIntProperty

This method sets an integer property of the GxMotdetmodule.



 Public Function SetIntProperty(
	  ByVal name As String,
	  ByVal value As Long ) As Long

Parameters

name
Name of the property. See the Properties of the GxMotdet module section in this document.
value
The new value of the property.

Return Values

On error false (0) is returned and the error code/string in the GX system is set appropriately.

Languages

[Visual Basic] Public Function SetIntProperty(ByVal name As String, ByVal value As Long) As Long

[Delphi] function SetIntProperty(name : WideString; value : Integer) : Integer;

[C++] long SetIntProperty(LPCTSTR name, long value);

Remarks

See Also

Class GxMotdet Overview GxMotdet Properties GxMotdet Methods ImgSrcParam Threshold