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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SetRealParameter(
	string str1,
	double d2
)

Parameters

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