Click or drag to resize

GM_PointFeature_t Class

A Managed Definition of a Point Feature
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_PointFeature_t

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

The GM_PointFeature_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_PointFeature_t
Default Constructor for a point feature
Top
Methods
  NameDescription
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 memberSetPointClassEnabled
Enables or disables the display of the given feature class. The previous enable/disable state is returned.
Top
Fields
  NameDescription
Public fieldmFeatureInfo
Returns the Feature Info (To update us Various update functions)
Public fieldmPointStyle
Point render style (symbol and font) (Read-Only use the SetPointStyle() member function to set)
Public fieldmPos
Location of the point (global coordinates when getting, native when adding feature)
Top
See Also