You are here: Start » FIL.NET » Invoke.GetPathSegment
Returns the selected segment of a path.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GetPathSegment ( Fil.Path inPath, int inIndex, bool inInverse, out Fil.Segment2D outSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inIndex | int | <0, INF> | ||
![]() | inInverse | bool | Reversed order of segments. | ||
![]() | outSegment | Fil.Segment2D |