|
Hook Public Properties
|
DotColor
|
|
Color information about this Hook's Ligature |
Category: Appearance |
Public Property DotColor() As DotColor
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
DotColor |
|
DotColorHEX
|
|
Hexadecimal of Color information about this Line of Identity |
Category: Appearance |
Public ReadOnly Property DotColorHEX() As String
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String |
|
FromXMLConnectionCount
|
|
When Recreating from XML, holds Count of Hooks with shown connections to this Hook for later translation to References |
Category: Behavior |
Public ReadOnly Property FromXMLConnectionCount() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
FromXMLConnectionNames
|
|
When Recreating from XML, holds Names of Hooks with shown connections to this Hook for later translation to References |
Category: Behavior |
Public Property FromXMLConnectionNames() As String[]
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String[] |
|
GlobalIndex
|
|
Absolute number of this Hook in the over-all Inventory for this EG Construction |
Category: Behavior |
Public Property GlobalIndex() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
IndexOnOwner
|
|
Number of this Hook relative to Hooks in the OwnerGraph |
Category: Behavior |
Public Property IndexOnOwner() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
Inventory
|
|
Reference to the inventory of Objects in this Graph-construction |
Category: Behavior |
Public Property Inventory() As Inventory
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Inventory |
|
IsConnectedTo
|
|
Hooks (if any) in this Ligature to which this Hook is Visibly Connected |
Category: Appearance |
Public Property IsConnectedTo() As HookCollection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
HookCollection |
|
IsExtant
|
|
True means this Hook is not part of a deleted Graph |
Category: Behavior |
Public Property IsExtant() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
Ligature
|
|
The Ligature of which this Hook is part |
Category: Behavior |
Public Property Ligature() As Ligature
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Ligature |
|
Location
|
|
The position of this Hook within its OwnerGraph |
Category: Layout |
Public Property Location() As Point
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Point |
|
MapsNewHook
|
|
When this Hook is copied, MapsNewHook is the MOST RECENT Hook Copied from it |
Category: Behavior |
Public Property MapsNewHook() As Hook
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Hook |
|
MapsOldHook
|
|
Where this Hook is part of a Copy, MapsOldHook is the Hook on the Original to which it corresponds |
Category: Behavior |
Public Property MapsOldHook() As Hook
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Hook |
|
Name
|
|
The Name used in code to identify this Hook |
Category: Behavior |
Public Property Name() As String
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String |
|
OwnerDot
|
|
OwnerGraph, but giving access to its features as a Line of Identity, when it is a Dot |
Category: Behavior |
Public ReadOnly Property OwnerDot() As Dot
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Dot |
|
OwnerGraph
|
|
The Spot or Line of Identity to which this Hook Belongs |
Category: Behavior |
Public Property OwnerGraph() As AtomicGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
AtomicGraph |
|
OwnerName
|
|
String representation of OwnerGraph.Name |
Category: Behavior |
Public ReadOnly Property OwnerName() As String
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String |
|
OwnerSpot
|
|
OwnerGraph, but giving access to its features as a Spot, when it is a Spot |
Category: Behavior |
Public ReadOnly Property OwnerSpot() As Spot
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Spot |
|
Visible
|
|
True means that Hook Location is to be shown on its LI |
Category: Appearance |
Public Property Visible() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
VisibleNumber
|
|
True means that the Hook Name-Number will be shown on the Dot's ParentGraph |
Category: Appearance |
Public Property VisibleNumber() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
XFract
|
|
X coordinate of this Hook's Location expressed as a fraction of OwnerGraph's Width |
Category: Layout |
Public ReadOnly Property XFract() As Double
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Double |
|
YFract
|
|
Y coordinate of this Hook's Location expressed as a fraction of OwnerGraph's Height |
Category: Layout |
Public ReadOnly Property YFract() As Double
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Double |
|
|
|