Interface ICeresNodeView
Interface for node views managed by CeresGraphView
Namespace: Ceres.Editor.Graph
Assembly: cs.temp.dll.dll
Syntax
public interface ICeresNodeView
Properties
Guid
Graph scope node view guid
Declaration
string Guid { get; }
Property Value
Type | Description |
---|---|
string |
NodeElement
Node visual element of this view
Declaration
NodeElement NodeElement { get; }
Property Value
Type | Description |
---|---|
NodeElement |