<< Click to Display Table of Contents > 

Client Control Interface Manual > Job > Entity Objects > Geometry Objects > PolyLine

PolyLine
Previous pageReturn to chapter overviewNext page

Add point to PolyLine

Add PolyLine

 

Add point to PolyLine
 

Set

Get

DLL Function

int CCI_Return = ScExecCommand(int Cmd_ID)

ASCII Function

int CCI_Return = ScCciExecCommand(int Cmd_ID)

Description

Add point to the current PolyLine Array.

Cmd_ID

Type: int

ID:

Location: ScComSAMLightClientCtrlExecCommandConstants

scComSAMLightClientCtrlExecCommandAddPointToCreateEntityPolyline

65

CCI_Return

Type: int

CCI return number, see error list.

Notes

-

C# Example: Add point to PolyLine:

 

int CCI_Return = cci.ScExecCommand((int)ScComSAMLightClientCtrlExecCommandConstants.scComSAMLightClientCtrlExecCommandAddPointToCreateEntityPolyline);

Table 128: Add point to PolyLine

Add PolyLine
 

Set

Get

DLL Function

int CCI_Return = ScExecCommand(int Cmd_ID)

ASCII Function

int CCI_Return = ScCciExecCommand(int Cmd_ID)

Description

Add additional PolyLine in the same Layer. All created points after sending this command will be used in the new PolyLine.

Cmd_ID

Type: int

ID:

Location: ScComSAMLightClientCtrlExecCommandConstants

scComSAMLightClientCtrlExecCommandAddPolylineToCreateEntityPolyline

66

CCI_Return

Type: int

CCI return number, see error list.

Notes

-

C# Example: Add PolyLine:

 

int CCI_Return = cci.ScExecCommand((int)ScComSAMLightClientCtrlExecCommandConstants.scComSAMLightClientCtrlExecCommandAddPolylineToCreateEntityPolyline);

Table 129: Add PolyLine