ArcFM Responder Mobile Developer Guide
CenterPoint Property






Gets the center point of the feature.
Syntax
'Declaration
 
Public ReadOnly Property CenterPoint As XYPoint
'Usage
 
Dim instance As GetCenterPointForFeature
Dim value As XYPoint
 
value = instance.CenterPoint
public XYPoint CenterPoint {get;}
public read-only property CenterPoint: XYPoint; 
public function get CenterPoint : XYPoint
public: __property XYPoint get_CenterPoint();
public:
property XYPoint CenterPoint {
   XYPoint get();
}
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

GetCenterPointForFeature Class
GetCenterPointForFeature Members

Send Feedback