FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..getDiagramMinMaxSize Method

Gets the maximum size of the diagram minimum.

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

Syntax


public void getDiagramMinMaxSize(
	out Point oMinPoint,
	out Point oMaxPoint,
	bool computeCommentsAlso
)
Public Sub getDiagramMinMaxSize ( _
	<OutAttribute> ByRef oMinPoint As Point, _
	<OutAttribute> ByRef oMaxPoint As Point, _
	computeCommentsAlso As Boolean _
)
public:
void getDiagramMinMaxSize(
	[OutAttribute] Point^% oMinPoint, 
	[OutAttribute] Point^% oMaxPoint, 
	bool^ computeCommentsAlso
)

Parameters

oMinPoint
Type: Point%
The o minimum point.
oMaxPoint
Type: Point%
The o maximum point.
computeCommentsAlso
Type: Boolean
if set to true [compute comments also].