NShape Reference
ILinearShape.RemoveVertex Method

<< Click to Display Table of Contents >>

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

NShape Reference
ILinearShape.RemoveVertex Method

Previous pageReturn to chapter overviewNext page

Removes the point with the given ControlPointId from the line.

Syntax

void RemoveVertex(ControlPointId pointId)

Description

Removes the point with the given ControlPointId from the line.

Exceptions

Exception

Condition

ArgumentException

The given ControlPointId is ControlPointId.Any or ControlPointId.Reference.

InvalidOperationException

The specified control point is a glue point.