PathEngine home previous: iAnchorsAndPinnedShapes::numberOfPinnedShapes()next: iAnchorsAndPinnedShapes::pinnedShape_Attribute()
Contents, API Reference, Interfaces, iAnchorsAndPinnedShapes, pinnedShape_AnchorIndex

iAnchorsAndPinnedShapes::pinnedShape_AnchorIndex()

Description

Returns an index for the anchor that pins the specified shape to the ground geometry.

Syntax

int32_t pinnedShape_AnchorIndex(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 index of the anchor that pins the specified shape.

C# Mapping

int pinnedShape_AnchorIndex(int shapeIndex);

Java Mapping

int pinnedShape_AnchorIndex(int shapeIndex);

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