NShape Reference
ControlPointId Operator

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > TerminalId Struct >

NShape Reference
ControlPointId Operator

Previous pageReturn to chapter overviewNext page

Converts the given value to a TerminalId value.

Syntax

public static implicit operator TerminalId(int id);

Description

Converts the given integer value to a TerminalId value.

Parameters

Name

Description

id

The integer value to be converted.

Return Value

TerminalId containing the given integer value.