IStepGetBoundsD(Boolean) Method

Get the profile bounds of this step or the data bounds (including all substeps).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public RectangleD GetBoundsD(
	bool DataBoundsInsteadProfileBounds
)

Parameters

DataBoundsInsteadProfileBounds  Boolean
If true, the maximum of data bounds and profile bounds are returned. If false, the profile bounds (if existing)

Return Value

RectangleD
Bounds of profile or all items and substeps.

See Also