PathEngine home | previous: | next: |
Returns the name of the specified anchor, as a 'C' string.
const char* anchor_Name(int32_t anchorIndex) const; |
anchorIndex | The (zero-based) index of the anchor being queried. Must be greater than or equal to zero, and less than the value returned by numberOfAnchors(). |
string anchor_Name(int anchorIndex); |
String anchor_Name(int anchorIndex); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |