NShape Reference
ILinearShape.GetNextVertexId Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > ILinearShape Interface >

NShape Reference
ILinearShape.GetNextVertexId Method

Previous pageReturn to chapter overviewNext page

Returns the ControlPointId of the vertex next to the vertex associated with the given ControlPointId.

Syntax

ControlPointId GetNextVertexId(ControlPointId vertexId)

Description

Returns the ControlPointId of the vertex next to the vertex associated with the given ControlPointId.

Direction: ControlPointId.FirstVertex to ControlPointId.LastVertex

Exceptions

Exception

Condition

IndexOutOfRangeException

Linear shape does contain a control point with the specified ControlPointId.