Global Mapper SDK
| GM_Layer_t .CreateVectorLayerFromFindResults Method |
Creates a new vector layer from the results of a find operation
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Layer_t CreateVectorLayerFromFindResults ( string aDescription , GM_Projection_t aProj , GM_FoundFeatureResults_t aResultList )
Parameters
- aDescription
-
Type:
System
.
String
IN: Description to use for layer (can be NULL to use default) - aProj
-
Type:
GlobalMapper
.
GM_Projection_t
IN: Native projection of new layer - aResultList
-
Type:
GlobalMapper
.
GM_FoundFeatureResults_t
IN: Results of find operation to create layer from
Return Value
Type: GM_Layer_tA Custom Vector Layer
Comments
0 comments
Please sign in to leave a comment.