Click or drag to resize

GM_LineFeature_t Class

A Managed Definition of a Line Feature
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_LineFeature_t

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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.
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodStatic memberGetFeatureClassInfo
Retrieves information about a given feature class
Public methodStatic memberSetLineClassEnabled
Enables or disables the display of the given feature class. The previous enable/disable state is returned.
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