Click or drag to resize

CMAPiExistView Method

Checks to see if a view exists.

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

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