RVTDocs.com

ViewCropRegionShapeManager.GetSplitRegionMaximum

Method
Description:
Returns the proportional location of the maximum boundary of the specified split crop region.
Syntax
public double GetSplitRegionMaximum(
	int regionIndex
)
Parameters
Parameter Type Description
regionIndex Int32 Index of split crop region (numbering starts with 0).
Return Value
Type Description
Double A value from 0 to 1 representing the maximum location for the region's split boundary. This number represents the location as a ratio along the non-split rectangular crop.
Exceptions
Exception Condition
ArgumentException The provided region index is invalid.