You are here: Start » AVL.NET » AVL.GetPathCharacteristicPoint(AvlNet.Path, int, AvlNet.Point2D)
AVL.GetPathCharacteristicPoint(AvlNet.Path, int, AvlNet.Point2D)
Returns the selected characteristic point of a path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void GetPathCharacteristicPoint( AvlNet.Path inPath, int inIndex, out AvlNet.Point2D outPoint )
Parameters
- inPath
- Type: AvlNet.Path
Input path - inIndex
- Type: System.Int32
Index of a point of the input path - outPoint
- Type: AvlNet.Point2D
Errors
| Error type | Description |
|---|---|
| DomainError | Index out of range in GetPathCharacteristicPoint. |
