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

AVS.AvsFilter_MakeLocation Method

Creates a location structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeLocation
(
	int inX,
	int inY,
	out AvlNet.Location outLocation
)

Parameters

Name Type Range Default Description
inXintInput x-coordinate.
inYintInput y-coordinate.
outLocationAvlNet.LocationOutput location.

See also