PathEngine home previous: iAnchorsAndPinnedShapes::anchor_HorizontalPosition()next: iAnchorsAndPinnedShapes::anchor_Orientation()
Contents, API Reference, Interfaces, iAnchorsAndPinnedShapes, anchor_Name

iAnchorsAndPinnedShapes::anchor_Name()

Description

Returns the name of the specified anchor, as a 'C' string.

Syntax

const char* anchor_Name(int32_t anchorIndex) const;

Parameters

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().

Return Value

The name of the anchor, as a 'C' string.

Remarks

Anchor names starting with the character '#' can be used to indicate 'anonymous anchors' i.e. anchors that can be referenced as root positions by pinned shapes but are not themselves added to a mesh.

C# Mapping

string anchor_Name(int anchorIndex);

Java Mapping

String anchor_Name(int anchorIndex);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iAnchorsAndPinnedShapes::anchor_Orientation()