ArcFM Responder Mobile Developer Guide
Point2D Class
Members 






A 2-dimensional point geometry. NODE elements in the standard XML schema have X and Y values taken from this class.
Object Model
Point2D Class
Syntax
'Declaration
 
Public Class Point2D 
   Inherits GeoPoint
   Implements IFeatureShape 
'Usage
 
Dim instance As Point2D
public class Point2D : GeoPoint, IFeatureShape  
public class Point2D = class(GeoPoint, IFeatureShape)
public class Point2D extends GeoPoint implements IFeatureShape 
public __gc class Point2D : public GeoPoint, IFeatureShape  
public ref class Point2D : public GeoPoint, IFeatureShape  
Remarks
There's nothing beyond X and Y for a 2-dimensional point.
Inheritance Hierarchy

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

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

Point2D Members
Miner.Geodatabase.Integration Namespace

Send Feedback