Click or drag to resize

GM_Layer_tGetOnlineSourceInfo Method

Gets detailed information about an online source and checks availability

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 GetOnlineSourceInfo(
	string aSourceName,
	out GM_OnlineSourceInfo_t aSourceInfo,
	Object aReserved
)

Parameters

aSourceName
Type: SystemString
in: Name of online source to get detail info for
aSourceInfo
Type: GlobalMapperGM_OnlineSourceInfo_t
out: Detailed information about provided source, mostly in attributes
aReserved
Type: SystemObject
in: Reserved for future use, must be NULL

Return Value

Type: GM_Error_t32
A GM Error Code
See Also