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

Syntax

C#
public 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
Public 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++
public:
virtual 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
) sealed

Parameters

catalog_id
Type: System..::..Int32
fluid_id
Type: System..::..UInt32
head_unit
Type: esi.pumps..::..DT_PUNITS
flow_unit
Type: esi.pumps..::..DT_FLOW_UNITS
options
Type: RangeChartOptions
width
Type: System..::..UInt32
height
Type: System..::..UInt32
locale
Type: System..::..String

Implements

pumps_service_v2..::..get_range_chart_advanced(Int32, UInt32, DT_PUNITS, DT_FLOW_UNITS, RangeChartOptions, UInt32, UInt32, String)

See Also