Click or drag to resize

GM_OnlineSourceInfo_t Constructor (String, GM_OnlineSourceType_t32, GM_AttrValue_t)

Constructor

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_OnlineSourceInfo_t(
	string aName,
	GM_OnlineSourceType_t32 aType,
	GM_AttrValue_t[] aAttrList
)

Parameters

aName
Type: SystemString
Name of the online source. This can be passed to GM_LoadOnlineLayer
aType
Type: GlobalMapperGM_OnlineSourceType_t32
Source type
aAttrList
Type: GlobalMapperGM_AttrValue_t
List of additional attributes and values for the source
See Also