Click or drag to resize
CMVUCSymbLegend Method
Plot a legend for the classified color symbols.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the symbol size, colour, font etc are specified in the ITR's REG, then the Symbol scale factor is used allow the user to adjust the symbol sizes. They will be plotted at a size equal to the size in the REG times the scale factor. If no symbol size info can be found in the REG, then the symbol size is set equal to the Label Font Size. If no symbol font or number info is included in the REG, it is the programmer's responsibility to select the correct font and symbol before CSymbLegend is called. The same is true of the edge colour.
Syntax
public static void CSymbLegend(
	CMVIEW oMVIEW1,
	double d2,
	double d3,
	double d4,
	double d5,
	string str6,
	string str7,
	string str8
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
MVIEW object
d2
Type: SystemDouble
Plot origin X
d3
Type: SystemDouble
Plot origin Y
d4
Type: SystemDouble
Label Font size (mm)
d5
Type: SystemDouble
Symbol scale factor
str6
Type: SystemString
AGG, ITR or ZON file name
str7
Type: SystemString
Plot title
str8
Type: SystemString
Plot subtitle
See Also