ArcFM Responder Mobile Developer Guide
GeoPoint Class
Members 






Abstract class with exportable properties about a point geometry belonging to a feature, or part of one.
Object Model
GeoPoint Class
Syntax
'Declaration
 
Public MustInherit Class GeoPoint 
   Implements IFeatureShape 
'Usage
 
Dim instance As GeoPoint
public abstract class GeoPoint : IFeatureShape  
public class GeoPoint = class(IFeatureShape)abstract; 
public abstract class GeoPoint implements IFeatureShape 
public __gc abstract class GeoPoint : public IFeatureShape  
public ref class GeoPoint abstract : public IFeatureShape  
Remarks
Any point type will have least have an X and a Y.
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.Integration.GeoPoint
      Miner.Geodatabase.Integration.Point2D

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

GeoPoint Members
Miner.Geodatabase.Integration Namespace

Send Feedback