| GM_LineFeature_t Class |
A Managed Definition of a Line Feature
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Copy
public class GM_LineFeature_t : IDisposableThe GM_LineFeature_t type exposes the following members.
| Name | Description | |
|---|---|---|
| GM_LineFeature_t |
Default Constructor for a Line Feature
|
| Name | Description | |
|---|---|---|
| Dispose |
Free Unmanaged Memory associated with this class.
| |
| Equals | (Inherited from Object .) | |
| Finalize |
Finalizer
(Overrides
Object
Finalize
.)
| |
| GetFeatureClassInfo |
Retrieves information about a given feature class
| |
| GetHashCode | Serves as a hash function for a particular type.
(Inherited from
Object
.)
| |
| GetType | Gets the type of the current instance.
(Inherited from
Object
.)
| |
| MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
| |
| SetLineClassEnabled |
Enables or disables the display of the given feature class. The previous
enable/disable state is returned.
| |
| ToString | Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
| mFeatureInfo |
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)
| |
| mLineStyle |
Line render style (symbol and font)
| |
| mPointList |
List of points that make up the line (global coordinates when getting, native when adding feature)
| |
| mVertexElevList |
Optional list of elevations for each point in line. If present, must have *mNumPoints* values
|