Click or drag to resize

cEcosimDatastructuresShapeParameters Structure

Structure to contain all settings that wrap the primitive defining the contents of a forcing or time shape

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public struct ShapeParameters

The cEcosimDatastructuresShapeParameters type exposes the following members.

Properties
  NameDescription
Public propertynShapeFunctionParams
The number of parameters for ShapeFunctionType.
Public propertyShapeFunctionParam
Get/set the value of a ShapeFunctionParams.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldShapeFunctionParams
The parameters for ShapeFunctionType.
Public fieldShapeFunctionType
The that defined the content of a forcing or time shape.
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
Remarks
jb April-07-2006 replaced Shapes() with ShapeParameters
See Also