Class ScriptGraphViewSelection
  
  
  
    Inheritance
    
    ScriptGraphViewSelection
   
  
  
  Syntax
  
    public class ScriptGraphViewSelection
   
  Constructors
  
  ScriptGraphViewSelection(ScriptGraphView)
  
  
  Declaration
  
    public ScriptGraphViewSelection(ScriptGraphView graphView)
   
  Parameters
  
  Properties
  
  CountSelected
  
  
  Declaration
  
    public int CountSelected { get; }
   
  Property Value
  
  
  Edges
  
  
  Declaration
  
    public ReadOnlyCollection<Edge> Edges { get; }
   
  Property Value
  
  
  GroupNodeViews
  
  
  Declaration
  
    public ReadOnlyCollection<GroupNodeView> GroupNodeViews { get; }
   
  Property Value
  
  
  IsNodeSelected
  
  
  Declaration
  
    public bool IsNodeSelected { get; }
   
  Property Value
  
  
  ScriptNodeViews
  
  
  Declaration
  
    public ReadOnlyCollection<ScriptNodeView> ScriptNodeViews { get; }
   
  Property Value
  
  
  SelectedItemInGroup
  
  
  Declaration
  
    public bool SelectedItemInGroup { get; }
   
  Property Value
  
  Methods
  
  SelectGroup(GroupNodeView)
  
  
  Declaration
  
    public void SelectGroup(GroupNodeView selectedGroupNodeView)
   
  Parameters
  
  
  Update()
  
  
  Declaration