Class TXYZPlaneList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TXYZPlaneList = class(TObject)

Description

Hierarchy

Overview

Fields

Private FList: TList;

Methods

Private function GetItems(Index: Integer): TXYZPlane;
Private procedure SetItems(Index: Integer; const Value: TXYZPlane);
Public procedure Add(APolygon: TXYZPlane);
Public function Count: Integer;
Public Constructor Create;
Public Destructor Destroy; override;
Public function Remove(APolygon: TXYZPlane): Integer;

Properties

Public property Items[Index:Integer]: TXYZPlane read GetItems write SetItems;

Description

Fields

Private FList: TList;
 

Methods

Private function GetItems(Index: Integer): TXYZPlane;
 
Private procedure SetItems(Index: Integer; const Value: TXYZPlane);
 
Public procedure Add(APolygon: TXYZPlane);
 
Public function Count: Integer;
 
Public Constructor Create;
 
Public Destructor Destroy; override;
 
Public function Remove(APolygon: TXYZPlane): Integer;
 

Properties

Public property Items[Index:Integer]: TXYZPlane read GetItems write SetItems;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:03