Creates new ItemInfo struct

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	_type As String, _
	_descr As String, _
	_objClass As String, _
	_weight As String, _
	_x As String, _
	_y As String _
)
C#
public ItemInfo(
	string _type,
	string _descr,
	string _objClass,
	string _weight,
	string _x,
	string _y
)
Visual C++
public:
ItemInfo(
	String^ _type, 
	String^ _descr, 
	String^ _objClass, 
	String^ _weight, 
	String^ _x, 
	String^ _y
)
JavaScript
FlowMap.ItemInfo = function(_type, _descr, _objClass, _weight, _x, _y);

Parameters

_type
Type: System..::.String
Type
_descr
Type: System..::.String
Description
_objClass
Type: System..::.String
Flow Class
_weight
Type: System..::.String
Weight
_x
Type: System..::.String
X coordinate
_y
Type: System..::.String
Y coordinate

See Also