Click or drag to resize
CMAPiExistView Method
Checks to see if a view exists.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int iExistView(
	string name
)

Parameters

name
Type: SystemString
View name

Return Value

Type: Int32
0 view does not exist. 1 view exists.
See Also