Flexivert Library Documentation
IGraphContext Interface
NamespacesFlexivert.UIIGraphContext
Represents the graph context of a graph displayed in the user interface.
Declaration Syntax
C#Visual BasicVisual C++
public interface IGraphContext
Public Interface IGraphContext
public interface class IGraphContext
Members
All MembersMethods



IconMemberDescription
GenerateGraphFactory()()()
Generates a graph factory, based on the current plugin settings.

Pause()()()
Pauses the graph context until the user chooses to continue

Pause(Int32, Boolean)
Pauses the graph context for a specific period of time

Redraw()()()
Redraws the graph in the graph context.

Resume()()()
Resumes the graph context if it is already paused by the user.

SelectVertex()()()
Asks the user to select a vertex frm the graph user interface.

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)