IParameter CompositeCriterion.CreateParameter(String propName)

Creates a new parameter for a Property.

Examples

Usage example - Force Magnitude (Assumes a Force object has been created, set to a variable named "force") force.CreateParameter("Magnitude")
Usage example - Hyrdostatic Pressure Fluid Density (Assumes a Hydrostatic Pressure object has been created, set to a variable named "hydroPressure") hydroPressure.CreateParameter("FluidDensity")

Parameters

  • propName
    Type: String
    Name of the Property (must be one word)

Return Value

The new Parameter for the Property