PathEngine home previous: iAnchorsAndPinnedShapes::pinnedShape_Attribute()next: iAnchorsAndPinnedShapes::pinnedShape_NumberOfVertices()
Contents, API Reference, Interfaces, iAnchorsAndPinnedShapes, pinnedShape_Name

iAnchorsAndPinnedShapes::pinnedShape_Name()

Description

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

Syntax

const char* pinnedShape_Name(int32_t shapeIndex) const;

Parameters

shapeIndex The (zero-based) index of the shape being queried. Must be greater than or equal to zero, and less than the value returned by numberOfPinnedShapes().

Return Value

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

C# Mapping

string pinnedShape_Name(int shapeIndex);

Java Mapping

String pinnedShape_Name(int shapeIndex);

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