Class LayerInstanceContainer
Container object for created layer instances. This is passed to the step execution environment
Inheritance
System.Object
LayerInstanceContainer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Model.Entities
Assembly: Mars.Core.dll
Syntax
public class LayerInstanceContainer
Constructors
| Improve this Doc View SourceLayerInstanceContainer()
Container object for created layer instances. This is passed to the step execution environment
Declaration
public LayerInstanceContainer()
Properties
| Improve this Doc View SourceLayers
Contains all layer instances of the simulation ILayer
Declaration
public virtual IDictionary<ILayer, LayerType> Layers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<ILayer, LayerType> |