Initializing help system before first use

setType Method

Sets the variable type.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public int setType(
	int type
)

Parameters

type
Type:  SystemInt32
Variable type. Possible values:
  • BCLconstant.BCLconstant.XPRB_PL - Continuous.
  • BCLconstant.XPRB.BV - Binary.
  • BCLconstant.BCLconstant.XPRB_UI - General integer.
  • BCLconstant.XPRB.PI - Partial integer.
  • BCLconstant.XPRB.SC - Semi-continuous.
  • BCLconstant.XPRB.SI - Semi-continuous integer.

Return Value

Type:  Int32
0 on success.
Examples
xbexpl.cs in the Introductory Examples folder.
See Also