AtomicGraph Member Details
|
|
AtomicGraph Public Fields
|
|
|
|
|
|
AtomicGraph Public Enumerations
|
|
|
|
|
|
AtomicGraph Constructors
|
New
|
|
The plain vanilla Constructor |
Public Sub New()
|
Remarks:
|
|
|
Parameters:
|
|
|
|
|
|
|
|
|
AtomicGraph Public Properties
|
Hooks
|
|
The Hooks Belonging to this Dot or Spot |
Category: Behavior |
Public Property Hooks() As HookCollection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
HookCollection |
|
|
|
|
|
|
AtomicGraph Public Methods
|
UpdateAllHooksIsConnectedToAFTERCopy
|
|
Called after this Graph RESULTS FROM a Copy - updates IsConnectedTo Collections of its Hooks |
Public Sub UpdateAllHooksIsConnectedToAFTERCopy()
|
Remarks:
|
|
|
Parameters:
|
|
|
Return Value:
|
|
Void |
|
|
UpdateHooks
|
|
Adds new Hook to Hooks Collection, and returns its index |
Public Function UpdateHooks(ByVal NewHook As Hook) As Int32
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
NewHook
As
Hook
|
Return Value:
|
|
Int32 |
|
|
|
|
|
|
|
AtomicGraph Public Events
|
LocalHooksChanged
|
|
Occurs when the Collection of Hooks for this Graph changes. |
Public Event LocalHooksChanged(ByVal sender As Object, ByVal NewHooks As HookCollection, ByVal OldHooks As HookCollection)
|
Event Data:
|
|
The event handler receives arguments of Type Object, HookCollection, and HookCollection
|
EventHandler Parameters:
|
|
ByVal
sender
As
Object
ByVal
NewHooks
As
HookCollection
ByVal
OldHooks
As
HookCollection
|
|
|
|
|
|
|