Click or drag to resize
CMETASetAttribReal Method
Set an integer value to an attribute

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SetAttribReal(
	int i1,
	int i2,
	double d3
)

Parameters

i1
Type: SystemInt32
Object
i2
Type: SystemInt32
Attribute
d3
Type: SystemDouble
Value to set
See Also