Click or drag to resize

CMVIEWIsGroupExportable Method

Query whether the group is an exportable type.

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

public int IsGroupExportable(
	string group
)

Parameters

group
Type: SystemString
Group name

Return Value

Type: Int32
TRUE or FALSE (1 or 0)
See Also