ArcFM Responder Mobile Developer Guide
HasCenterPoint Property






Gets a value indicated that the feature has a center point.
Syntax
'Declaration
 
Public ReadOnly Property HasCenterPoint As System.Boolean
'Usage
 
Dim instance As GetCenterPointForFeature
Dim value As System.Boolean
 
value = instance.HasCenterPoint
public System.bool HasCenterPoint {get;}
public read-only property HasCenterPoint: System.Boolean; 
public function get HasCenterPoint : System.boolean
public: __property System.bool get_HasCenterPoint();
public:
property System.bool HasCenterPoint {
   System.bool 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