Click or drag to resize
CMVIEWExternalStringObject Method
Add an external string data object to the view.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ExternalStringObject(
	double d1,
	double d2,
	double d3,
	double d4,
	string str5,
	string str6,
	string str7
)

Parameters

d1
Type: SystemDouble
Min X
d2
Type: SystemDouble
Min Y
d3
Type: SystemDouble
Max X
d4
Type: SystemDouble
Max Y
str5
Type: SystemString
name of external object
str6
Type: SystemString
class of external object
str7
Type: SystemString
string data of external object
See Also