You are here: Start » DLInvoke.DL_SegmentInstances_Deploy_Deprecated

DLInvoke.DL_SegmentInstances_Deploy_Deprecated

Namespace:Avl
Assembly:AvlNet.DL.Cpu.dll

Syntax

C++
C#
 
public static void DL_SegmentInstances_Deploy_Deprecated
(
	string inModelDirectory,
	Optional<Avl.DeviceKind> inDeviceType,
	int inDeviceIndex,
	Optional<int> inMaxObjectsCountHint,
	Avl.SegmentInstancesModelId outModelId
)

Parameters

Name Type Range Default Description
inModelDirectorystring
inDeviceTypeAtl.Optional<Avl.DeviceKind>
inDeviceIndexint
inMaxObjectsCountHintAtl.Optional<int>
outModelIdAvl.SegmentInstancesModelId

See also