 | CITRCreateMap Method |
Create ITR from Map with AGG Group name.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CITR CreateMap(
CMAP map,
string name
)
public static CITR CreateMap(
CMAP map,
string name
)
Public Shared Function CreateMap (
map As CMAP,
name As String
) As CITR
Public Shared Function CreateMap (
map As CMAP,
name As String
) As CITR
public:
static CITR^ CreateMap(
CMAP^ map,
String^ name
)
public:
static CITR^ CreateMap(
CMAP^ map,
String^ name
)
static member CreateMap :
map : CMAP *
name : string -> CITR
static member CreateMap :
map : CMAP *
name : string -> CITR
Parameters
- map
- Type: GeoEngine.Core.GXNetCMAP
MAP on which to place the view - name
- Type: SystemString
AGG Group name
Return Value
Type:
CITRITR object
See Also