You are here: Start » AVL.NET » AVS.ControlEdgeModelLimits Method

AVS.ControlEdgeModelLimits Method

Limits the size of the EdgeModel objects created by CreateEdgeModel filter.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ControlEdgeModelLimits
(
	int? inSoftMemoryLimit,
	int? inHardMemoryLimit,
	out bool outHardMemoryLimitViolationStatus
)

Parameters

Name Type Range Default Description
inSoftMemoryLimitint?<1, INF>Maximum number of megabytes an EdgeModel can have. Default value: atl::NIL.
inHardMemoryLimitint?<1, INF>Maximum number of megabytes an EdgeModel creation function can take. Default value: atl::NIL.
outHardMemoryLimitViolationStatusboolFlag indicating whether the memory limit was violated recently.

Function Overrides

See also