Click or drag to resize
XDL

XGraph.RemoveEdge Method

그래프 연결선을 제거한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public bool RemoveEdge(
	int nS,
	int nE
)

Parameters

nS  Int32
시작 마디.
nE  Int32
도착 마디.

Return Value

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