You are here: Start » AVL.NET » AVL.ProfileCoordinates Method
AVL.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, out float[] outXCoordinates, out float[] outYCoordinates )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | AvlNet.Profile | Input profile. | ||
![]() | outXCoordinates | float | |||
![]() | outYCoordinates | float |


