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

AVS.ProfileCoordinates Method

Returns an array of all X and Y coordinates of the input profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProfileCoordinates
(
	AvlNet.Profile inProfile,
	AvlNet.Range? inRange,
	IList<float> outXCoordinates,
	IList<float> outYCoordinates
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inRangeAvlNet.Range?
outXCoordinatesSystem.Collections.Generic.IList<float>
outYCoordinatesSystem.Collections.Generic.IList<float>

Function Overrides

See also