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

AVS.AvsFilter_AccessPoint Method

Returns individual fields of a point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessPoint
(
	AvlNet.Point2D inPoint,
	out float outX,
	out float outY
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2DInput point.
outXfloatOutput x-coordinate.
outYfloatOutput y-coordinate.

See also