GM_PointFeature_t Class
A Managed Definition of a Point Feature
Inheritance Hierarchy
System Object
GlobalMapper GM_PointFeature_t

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.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.
Public methodEquals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Protected methodFinalize
Finalizer
(Overrides Object Finalize .)
Public methodStatic memberGetFeatureClassInfo
Retrieves information about a given feature class
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public methodStatic memberSetPointClassEnabled
Enables or disables the display of the given feature class. The previous enable/disable state is returned.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object .)
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