Interface INode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type INode = interface(IInterface)

Description

Hierarchy

Overview

Methods

Public function GetActiveElementCount: integer;
Public function GetActiveElement(Index: integer): IElement;
Public function GetNodeNumber: integer;
Public procedure SetNodeNumber(Value: integer);
Public function GetLocation: TPoint2D;
Public procedure SetLocation(const Value: TPoint2D);
Public function GetNodeType: TNodeType;

Properties

Public property ActiveElementCount: integer read GetActiveElementCount;
Public property ActiveElements[Index:integer]: IElement read GetActiveElement;
Public property NodeNumber: integer read GetNodeNumber write SetNodeNumber;
Public property Location: TPoint2D read GetLocation write SetLocation;
Public property NodeType: TNodeType read GetNodeType;

Description

Methods

Public function GetActiveElementCount: integer;
 
Public function GetActiveElement(Index: integer): IElement;
 
Public function GetNodeNumber: integer;
 
Public procedure SetNodeNumber(Value: integer);
 
Public function GetLocation: TPoint2D;
 
Public procedure SetLocation(const Value: TPoint2D);
 
Public function GetNodeType: TNodeType;
 

Properties

Public property ActiveElementCount: integer read GetActiveElementCount;
 
Public property ActiveElements[Index:integer]: IElement read GetActiveElement;
 
Public property NodeNumber: integer read GetNodeNumber write SetNodeNumber;
 
Public property Location: TPoint2D read GetLocation write SetLocation;
 
Public property NodeType: TNodeType read GetNodeType;
 

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