You are here: Start » AVL.NET » Invoke.ProfileCoordinates
Returns an array of all X and Y coordinates of the input profile.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ProfileCoordinates ( Avl.Profile inProfile, Optional<Avl.Range> inRange, List<float> outXCoordinates, List<float> outYCoordinates )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | Avl.Profile | Input profile. | ||
![]() | inRange | Atl.Optional<Avl.Range> | |||
![]() | outXCoordinates | System.Collections.Generic.List<float> | |||
![]() | outYCoordinates | System.Collections.Generic.List<float> |