Click or drag to resize

CSYSLoadCustomBar Method

Note: This API is now obsolete.

Load a custom toolbar into the project

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

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

Parameters

bar_file
Type: SystemString
Full path to .geobar file
See Also