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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void ExternalStringObject(
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	string name,
	string cl,
	string data
)

Parameters

min_x
Type: SystemDouble
Min X
min_y
Type: SystemDouble
Min Y
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max Y
name
Type: SystemString
Name of external object
cl
Type: SystemString
Class of external object
data
Type: SystemString
String data of external object
See Also