Click or drag to resize
CIMGSetRealParameter Method
Store a real parameter in an IMG object

Available since Oasis montaj version: 8.2
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SetRealParameter(
	string name,
	double value
)

Parameters

name
Type: SystemString
Parameter name (case insensitive)
value
Type: SystemDouble
Parameter value to store
See Also