Click or drag to resize

IEnviroInputData Interface

Interface for defining Ecospace Environmental Input maps

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public interface IEnviroInputData

The IEnviroInputData type exposes the following members.

Properties
  NameDescription
Public propertyHistogramBinWidth
Width of a histogram bin
Public propertyIsDriverActive
Public propertyMax
Max value of the driver
Public propertyMean
Mean value of the driver
Public propertyMin
Minimum value of the driver
Public propertyName
Public propertyResponseIndexForGroup
Get / set the index of the Response function applied to a Group
Public propertyStart
Simulation start value of the driver
Top
Methods
  NameDescription
Public methodHistogram
Histogram of driver values
Public methodInit(cMediationDataStructures, cEcosimDatastructures)
Initialize from cMediationDataStructures containing all the available response functions and cEcospaceDataStructures
Public methodInit(cMediationDataStructures, cEcospaceDataStructures)
Initialize from the cMediationDataStructures containing all the available response functions and cEcospaceDataStructures
Public methodResponseFunction(Int32, Int32)
Response function for Ecosim
Public methodResponseFunction(Int32, Int32, Int32)
Return the driver value as a function of the applied Response Function
Public methodSetManager
Set the cMapResponseInteractionManager that this map uses
Public methodUpdate
Updates the map stats on the underlying data
Top
Remarks
See Also