Click or drag to resize
CARCDHsPromptForESRISymbol Method (CGXNETCore, IWin32Window, String, Int32, String, Int32, Int32)
Prompt the user to select an ESRI symbol and return it as an XML string. The output string will be empty if the user cancels the dialog.

Available since Oasis montaj version: 8.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void sPromptForESRISymbol(
	CGXNETCore gxNetShared,
	IWin32Window hwnd,
	string h_wnd,
	int input_xml_string,
	ref string xml,
	ref int fill_color,
	ref int edge_color
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
hwnd
Type: System.Windows.FormsIWin32Window
Window handle
h_wnd
Type: SystemString
Initial symbol that you want displayed when the dialog is launched (use "" if none)
input_xml_string
Type: SystemInt32
(This parameter is ignored if an initial symbol was specified) Initial symbol type that you want displayed when the dialog is launched (0 for Fill, 1 for Line)
xml
Type: SystemString
Returned XML string representing the symbol that was chosen by the user
fill_color
Type: SystemInt32
RGBA representation of fill color to be set
edge_color
Type: SystemInt32
RGBA representation of edge color to be set
See Also