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(
	load_profile load,
	uint fluid_state_id,
	int catalog_id,
	UnitSystem system,
	optional_criteria optional
)
Visual Basic
Public Function search_with_plev_restricted ( _
	load As load_profile, _
	fluid_state_id As UInteger, _
	catalog_id As Integer, _
	system As UnitSystem, _
	optional As optional_criteria _
) As UInteger
Visual C++
public:
virtual unsigned int search_with_plev_restricted(
	load_profile^ load, 
	unsigned int fluid_state_id, 
	int catalog_id, 
	UnitSystem system, 
	optional_criteria^ optional
) sealed

Parameters

load
Type: configuration_services..::..load_profile
fluid_state_id
Type: System..::..UInt32
catalog_id
Type: System..::..Int32
system
Type: UnitSystem
optional
Type: configuration_services..::..optional_criteria

Implements

selection_list_service..::..search_with_plev_restricted(load_profile, UInt32, Int32, UnitSystem, optional_criteria)

See Also