Click or drag to resize
XDL

XGraphGetCost Method

비용(Cost)를 가져온다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public double GetCost(
	int nNodeIndex
)

Parameters

nNodeIndex
Type: SystemInt32
시작 노드에서부터의 인덱스

Return Value

Type: Double
인덱스에 대한 비용(cost)
See Also