Click or drag to resize

GM_AttrValue_t Structure

This type is used to represent a single attribute value pair

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_AttrValue_t

The GM_AttrValue_t type exposes the following members.

Fields
  NameDescription
Public fieldmName
Name of the attribute
Public fieldmVal
Value of the attribute
Top
See Also