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

iAnchorsAndPinnedShapes::pinnedShape_NumberOfVertices()

Description

Returns the number of vertices on the specified shape.

Syntax

int32_t pinnedShape_NumberOfVertices(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 number of vertices on the shape.

C# Mapping

int pinnedShape_NumberOfVertices(int shapeIndex);

Java Mapping

int pinnedShape_NumberOfVertices(int shapeIndex);

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