ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

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

Objects

Properties

Methods

RectangleByLimits Method

Applies to

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