Interface ISpatialGraphLayer
An interface for all layer managing a ISpatialGraphEnvironment
Inherited Members
Namespace: SOHDomain.Graph
Assembly: SOHDomain.dll
Syntax
public interface ISpatialGraphLayer : ILayer, IModelObject
Properties
| Improve this Doc View SourceContext
An interface for all layer managing a ISpatialGraphEnvironment
Declaration
ISimulationContext Context { get; }
Property Value
Type | Description |
---|---|
ISimulationContext |
Environment
Gets the entity environment represented as a graph.
Declaration
ISpatialGraphEnvironment Environment { get; }
Property Value
Type | Description |
---|---|
ISpatialGraphEnvironment |