Click or drag to resize

dataUnitMapgetDataUnitMap Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the data unit map.

Namespace:  imbSCI.DataComplex.data.dataUnits
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static dataUnitMap getDataUnitMap(
	Type instanceType,
	Type unitType
)
Request Example View Source

Parameters

instanceType
Type: SystemType
Type of the instance.
unitType
Type: SystemType
Type of the unit.

Return Value

Type: dataUnitMap
See Also