Gets the points for the connection
Namespace:
FlowWright.cDevDecisionEngine
Assembly:
cDevDecisionEngine (in cDevDecisionEngine.dll)
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.