You are here: Start » FIL.NET » Function Reference » Profile » Profile Basics » FIL.ProfileCoordinates
Returns an array of all X and Y coordinates of the input profile.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProfileCoordinates ( FilNet.Profile inProfile, IList<float> outXCoordinates, IList<float> outYCoordinates )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | outXCoordinates | System.Collections.Generic.IList<float> | |||
![]() | outYCoordinates | System.Collections.Generic.IList<float> |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Range exceeds the input profile in ProfileCoordinates. |