NShape Reference
ILinearShape.GetPreviousVertexId Method

<< Click to Display Table of Contents >>

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

NShape Reference
ILinearShape.GetPreviousVertexId Method

Previous pageReturn to chapter overviewNext page

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

Syntax

ControlPointId GetPreviousVertexId(ControlPointId vertexId)

Description

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

Direction: ControlPointId.LastVertex to ControlPointId.FirstVertex.

Exceptions

Exception

Condition

IndexOutOfRangeException

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