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

InCircle Property

Applies to

Summary

Returns the sub-collection of shapes located inside the given circle.

Syntax

Object.InCircle (
   Center As Point,
   Radius As Double
) As ShapeRange

Parameters

Center
[in, optional] Point
Radius
[in, optional] Double

Remarks

The Center and Radius parameters define the circle. The method returns only those shapes that locate entirely inside the rectangle.