IParameter Result.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")
Return Value
The new Parameter for the Property