Click or drag to resize

CSYSiOLEAutomation Method

Call OLE Automation designed to be called from Montaj.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iOLEAutomation(
	CGXNETCore gxNetShared,
	string object,
	string info_str,
	int info_val
)

public static int iOLEAutomation(
	CGXNETCore gxNetShared,
	string object,
	string info_str,
	int info_val
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
object
Type: SystemString
Object Name
info_str
Type: SystemString
Info String
info_val
Type: SystemInt32
Info Int

Return Value

Type: Int32
Return from automation engine.
See Also