Click or drag to resize
CMVIEWText Method
Draw text.

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 Text(
	string text,
	double x,
	double y
)

Parameters

text
Type: SystemString
Text to plot
x
Type: SystemDouble
X location of text
y
Type: SystemDouble
Y location of text
See Also