 | CAGGCreateMap Method |
Create AGG from Map with Group name.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CAGG CreateMap(
CGXNETCore gxNetShared,
CMAP map,
string name
)
public static CAGG CreateMap(
CGXNETCore gxNetShared,
CMAP map,
string name
)
Public Shared Function CreateMap (
gxNetShared As CGXNETCore,
map As CMAP,
name As String
) As CAGG
Public Shared Function CreateMap (
gxNetShared As CGXNETCore,
map As CMAP,
name As String
) As CAGG
public:
static CAGG^ CreateMap(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ name
)
public:
static CAGG^ CreateMap(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ name
)
static member CreateMap :
gxNetShared : CGXNETCore *
map : CMAP *
name : string -> CAGG
static member CreateMap :
gxNetShared : CGXNETCore *
map : CMAP *
name : string -> CAGG
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - map
- Type: GeoEngine.Core.GXNetXCMAP
MAP on which to place the view - name
- Type: SystemString
AGG group name
Return Value
Type:
CAGGAGG object
Remarks
The Agg Group name must include the View name with a
backslash separating the view name and group name; e.g.
"Data\AGG_test" (when used as a string, the double slash
represents as single \).
See Also