Click or drag to resize
CSYSiOLEAutomation Method
Call OLE Automation designed to be called from Montaj.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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