Global Mapper SDK
| GM_Layer_t .GetOnlineSourceInfo Method |
Gets detailed information about an online source and checks availability
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Error_t32 GetOnlineSourceInfo ( string aSourceName , out GM_OnlineSourceInfo_t aSourceInfo , Object aReserved )
Parameters
- aSourceName
-
Type:
System
.
String
IN: Name of online source to get detail info for - aSourceInfo
-
Type:
GlobalMapper
.
GM_OnlineSourceInfo_t
OUT: Detailed information about provided source, mostly in attributes - aReserved
-
Type:
System
.
Object
IN: Reserved for future use, must be NULL
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.