FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConnection..::..getPoints Method

Gets the points for the connection

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public Dictionary<int, Point> getPoints(
	bool bAllPoints
)
Public Function getPoints ( _
	bAllPoints As Boolean _
) As Dictionary(Of Integer, Point)
public:
Dictionary<int^, Point^>^ getPoints(
	bool^ bAllPoints
)

Parameters

bAllPoints
Type: Boolean
(Optional) true to all points.

Return Value

The points.

Remarks


Dileepa, 2/20/2014.