Class TActiveZoneGroup

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TActiveZoneGroup = class(TCustomZoneGroup)

Description

TActiveZoneGroup is used to determine a set of zones for the active area of the model.

Hierarchy

Overview

Methods

Private function GetZone(Index: integer): TActiveZone;
Public constructor Create;

Properties

Public property Zones[Index:integer]: TActiveZone read GetZone;

Description

Methods

Private function GetZone(Index: integer): TActiveZone;

See Zones.

Public constructor Create;

Create creates an instance of TActiveZoneGroup and creates the TActiveZones for it.

Properties

Public property Zones[Index:integer]: TActiveZone read GetZone;

Zones allows access to the TActiveZones for this TActiveZoneGroup. See TCustomZoneGroup.ZoneCount.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:28