Returns an image containing selections windows for all pumps in the specified catalog/type.

Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
byte[] get_range_chart_advanced(
	int catalog_id,
	uint fluid_id,
	DT_PUNITS head_unit,
	DT_FLOW_UNITS flow_unit,
	RangeChartOptions options,
	uint width,
	uint height,
	string locale
)
Visual Basic
Function get_range_chart_advanced ( _
	catalog_id As Integer, _
	fluid_id As UInteger, _
	head_unit As DT_PUNITS, _
	flow_unit As DT_FLOW_UNITS, _
	options As RangeChartOptions, _
	width As UInteger, _
	height As UInteger, _
	locale As String _
) As Byte()
Visual C++
array<unsigned char>^ get_range_chart_advanced(
	int catalog_id, 
	unsigned int fluid_id, 
	DT_PUNITS head_unit, 
	DT_FLOW_UNITS flow_unit, 
	RangeChartOptions^ options, 
	unsigned int width, 
	unsigned int height, 
	String^ locale
)

Parameters

catalog_id
Type: System..::..Int32
Id of the catalog to search
fluid_id
Type: System..::..UInt32
Fluid is required to correctly compute selection windows
head_unit
Type: esi.pumps..::..DT_PUNITS
Head unit for vertical axis
flow_unit
Type: esi.pumps..::..DT_FLOW_UNITS
Flow unit for horizontal axis
options
Type: RangeChartOptions
Options for narrowing the list of pumps
width
Type: System..::..UInt32
image width in pixels
height
Type: System..::..UInt32
image height in pixels
locale
Type: System..::..String
specify locale for localizing axis labels.

Return Value

See Also