Global Mapper SDK
| GM_Layer_t .GetPointFeatureEx Method |
Gets a copy of a Point Feature in this layer at the specified index with optional flags.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_PointFeature_t GetPointFeatureEx ( uint aIndex , GM_GetFeatureFlags_t32 aFlags , Object aReserved )
Parameters
- aIndex
-
Type:
System
.
UInt32
Index of Point feature to retrieve - aFlags
-
Type:
GlobalMapper
.
GM_GetFeatureFlags_t32
Flags for fetching feature - aReserved
-
Type:
System
.
Object
Reserved for future use, must be NULL
Return Value
Type: GM_PointFeature_tA point feature from the specified index of the layer
Comments
0 comments
Please sign in to leave a comment.