Click or drag to resize

CSYSLoadCustomBar Method

Note: This API is now obsolete.

Load a custom toolbar into the project

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void LoadCustomBar(
	CGXNETCore gxNetShared,
	string bar_file
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void LoadCustomBar(
	CGXNETCore gxNetShared,
	string bar_file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
bar_file
Type: SystemString
Full path to .geobar file
See Also