Description | Hierarchy | Fields | Methods | Properties |
type INode = interface(IInterface)
function GetActiveElementCount: integer; |
|
function GetActiveElement(Index: integer): IElement; |
|
function GetNodeNumber: integer; |
|
procedure SetNodeNumber(Value: integer); |
|
function GetLocation: TPoint2D; |
|
procedure SetLocation(const Value: TPoint2D); |
|
function GetNodeType: TNodeType; |
property ActiveElementCount: integer read GetActiveElementCount; |
|
property ActiveElements[Index:integer]: IElement read GetActiveElement; |
|
property NodeNumber: integer read GetNodeNumber write SetNodeNumber; |
|
property Location: TPoint2D read GetLocation write SetLocation; |
|
property NodeType: TNodeType read GetNodeType; |
function GetActiveElementCount: integer; |
|
function GetActiveElement(Index: integer): IElement; |
|
function GetNodeNumber: integer; |
|
procedure SetNodeNumber(Value: integer); |
|
function GetLocation: TPoint2D; |
|
procedure SetLocation(const Value: TPoint2D); |
|
function GetNodeType: TNodeType; |
|
property ActiveElementCount: integer read GetActiveElementCount; |
|
property ActiveElements[Index:integer]: IElement read GetActiveElement; |
|
property NodeNumber: integer read GetNodeNumber write SetNodeNumber; |
|
property Location: TPoint2D read GetLocation write SetLocation; |
|
property NodeType: TNodeType read GetNodeType; |
|