You are here:
Start »
AVL.NET »
AVL.GetPathCharacteristicPoint(AvlNet.Path, int, AvlNet.Point2D)
AVL.GetPathCharacteristicPoint(AvlNet.Path, int, AvlNet.Point2D)
| 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
- inIndex
- Type: System.Int32
- outPoint
- Type: AvlNet.Point2D
Errors
| Error type |
Description |
| DomainError |
Index out of range in GetPathCharacteristicPoint. |
See also