Interface IGraphPlugin
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface IGraphPlugin : IGUIPlugin, IServerPlugin
Properties
Graphs
Declaration
IEnumerable<IGraph> Graphs { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IGraph> |