Click or drag to resize
XDL

XGraphAddEdge Method

그래프 연결선을 추가한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public bool AddEdge(
	int nS,
	int nE,
	double weight
)

Parameters

nS
Type: SystemInt32
시작 마디.
nE
Type: SystemInt32
도착 마디.
weight
Type: SystemDouble
가중치

Return Value

Type: Boolean
성공하면 true를, 그렇지 않으면 false를 반환한다.
See Also