Click or drag to resize
CARCDHsPromptForESRISymbol Method
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.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void sPromptForESRISymbol(
	IWin32Window w1,
	string str2,
	int i3,
	ref string str4,
	ref int i5,
	ref int i6
)

Parameters

w1
Type: System.Windows.FormsIWin32Window
Window handle
str2
Type: SystemString
Initial symbol that you want displayed when the dialog is launched (use "" if none)
i3
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)
str4
Type: SystemString
Returned XML string representing the symbol that was chosen by the user
i5
Type: SystemInt32
RGBA representation of fill color to be set
i6
Type: SystemInt32
RGBA representation of edge color to be set
See Also