You are here: Start » FIL.NET » FIS.ProfileCoordinates Method
FIS.ProfileCoordinates Method
Returns an array of all X and Y coordinates of the input profile.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ProfileCoordinates ( FilNet.Profile inProfile, FilNet.Range? inRange, IList<float> outXCoordinates, IList<float> outYCoordinates )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inRange | FilNet.Range? | |||
![]() | outXCoordinates | System.Collections.Generic.IList<float> | |||
![]() | outYCoordinates | System.Collections.Generic.IList<float> |