NShape Reference
int Operator

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > ControlPointId Struct >

NShape Reference
int Operator

Previous pageReturn to chapter overviewNext page

Converts the given ControlPointId.

Syntax

public static implicit operator int(ControlPointId cpi);

Description

Converts the given ControlPointId value to an integer value.

Parameters

Name

Description

cpi

The ControlPointId value to be converted.

Return Value

The given ControlPointId's internal integer value.