IParameter ExclusionRegion.GetParameter(String propName)

Gets the parameter corresponding to the given property.

Examples

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

Parameters

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

Return Value

The Parameter for the Property