GM_LineFeature_t Class
A Managed Definition of a Line Feature
Inheritance Hierarchy
System Object
GlobalMapper GM_LineFeature_t

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
Copy
public class GM_LineFeature_t : IDisposable

The GM_LineFeature_t type exposes the following members.

Constructors
NameDescription
Public methodGM_LineFeature_t
Default Constructor for a Line 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 memberSetLineClassEnabled
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
List of attributes associated with feature (pointer to GM_AttrValueCharPtr_t/GM_AttrValueIntPtr_t array) (Read-Only use the SetAttrList() member function to set new list)
Public fieldmLineStyle
Line render style (symbol and font)
Public fieldmPointList
List of points that make up the line (global coordinates when getting, native when adding feature)
Public fieldmVertexElevList
Optional list of elevations for each point in line. If present, must have *mNumPoints* values
Top
See Also