Click or drag to resize

GM_AreaFeature_t Class

A Managed Definition of an Area Feature
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_AreaFeature_t

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public class GM_AreaFeature_t : IDisposable

The GM_AreaFeature_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_AreaFeature_t
Default Constructor for an Area Feature
Top
Methods
  NameDescription
Public methodStatic memberCombineAreas
Combines the list of areas and adds them to the specified layer (not implemented on WinCE)
Public methodDispose
Free Unmanaged Memory associated with this class.
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodStatic memberGetFeatureClassInfo
Retrieves information about a given feature class
Public methodStatic memberSetAreaClassEnabled
Enables or disables the display of the given feature class. The previous enable/disable state is returned.
Top
Fields
  NameDescription
Public fieldmAreaStyle
Area render style (symbol and font)
Public fieldmFeatureInfo
The General Vector Feature Info
Public fieldmHoleList
Optional list of elevations for each point in area.
Public fieldmPointList
List of points that make up the area (global coordinates when getting, native when adding feature)
Public fieldmVertexElevList
Optional list of elevations for each point in area. If present, must be same size as *mPointsList*
Top
See Also