ArcFM Responder Mobile Developer Guide
GeoLine Class
Members 






A line geometry represented as a collection of point geometries. Network edge geometries are represented as GeoLine, and each vertex is exported as a NODE element in the standard XML schema.
Object Model
GeoLine Class
Syntax
'Declaration
 
Public Class GeoLine 
   Inherits System.Collections.Generic.List(Of GeoPoint)
   Implements IFeatureShape 
'Usage
 
Dim instance As GeoLine
public class GeoLine : System.Collections.Generic.List<GeoPoint>, IFeatureShape  
public class GeoLine = class(System.Collections.Generic.List, IFeatureShape)
public class GeoLine extends System.Collections.Generic.List implements IFeatureShape 
public __gc class GeoLine : public System.Collections.Generic.List<GeoPoint>, IFeatureShape  
public ref class GeoLine : public System.Collections.Generic.List<GeoPoint>, IFeatureShape  
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Miner.Geodatabase.Integration.GeoLine

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GeoLine Members
Miner.Geodatabase.Integration Namespace

Send Feedback