NShape Reference
Shape.GetControlPointIds Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
Shape.GetControlPointIds Method

Previous pageReturn to chapter overviewNext page

Retrieves a shape's action points.

Syntax

public abstract IEnumerable<ControlPointId> GetControlPointIds(
  ControlPointCapabilities controlPointCapability
)

Description

Retrieves the ids of all points with the indicated control point capabilities.

Parameters

Name

Description

controlPointCapability

Restricts the control points to the ones that have the specified capability.

Return Value

Enumerator with the control point ids of the shape.

Exceptions

Name

Description

ArgumentException

ownPointId is invalid

.