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

Syntax

C#
public uint search_with_plev_restricted_v2(
	load_profile load,
	uint fluid_state_id,
	ICollection<int> catalog_ids,
	UnitSystem system,
	optional_criteria optional,
	plev_options plev_options
)
Visual Basic
Public Function search_with_plev_restricted_v2 ( _
	load As load_profile, _
	fluid_state_id As UInteger, _
	catalog_ids As ICollection(Of Integer), _
	system As UnitSystem, _
	optional As optional_criteria, _
	plev_options As plev_options _
) As UInteger
Visual C++
public:
virtual unsigned int search_with_plev_restricted_v2(
	load_profile^ load, 
	unsigned int fluid_state_id, 
	ICollection<int>^ catalog_ids, 
	UnitSystem system, 
	optional_criteria^ optional, 
	plev_options^ plev_options
) sealed

Parameters

load
Type: configuration_services..::..load_profile
fluid_state_id
Type: System..::..UInt32
catalog_ids
Type: System.Collections.Generic..::..ICollection<(Of <(<'Int32>)>)>
system
Type: UnitSystem
optional
Type: configuration_services..::..optional_criteria
plev_options
Type: configuration_services..::..plev_options

Implements

selection_list_service..::..search_with_plev_restricted_v2(load_profile, UInt32, ICollection<(Of <<'(Int32>)>>), UnitSystem, optional_criteria, plev_options)

See Also