ActiveField Technology Objects Overview Hierarchy Chart How to Start: Application Object How to work with Problems How to work with Model How to work with Data How to Analyze Results

RectangleByLimits Method

Summary

Creates new Rectangle object with given dimensions.

Syntax

Application.RectangleByLimits (
   leftLimit As Double,
   topLimit As Double,
   rightLimit As Double,
   bottomLimit As Double
) As Rectangle

Parameters

leftLimit
[in, optional] Double
topLimit
[in, optional] Double
rightLimit
[in, optional] Double
bottomLimit
[in, optional] Double