ArcFM Responder Mobile Developer Guide
XYPoints Property






Gets the collection of points in the polygon(s) of the feature.
Syntax
'Declaration
 
Public ReadOnly Property XYPoints As System.Collections.ObjectModel.Collection(Of XYPoint())
'Usage
 
Dim instance As GetPolygonPointsForFeature
Dim value As System.Collections.ObjectModel.Collection(Of XYPoint())
 
value = instance.XYPoints
public System.Collections.ObjectModel.Collection<XYPoint[]> XYPoints {get;}
public read-only property XYPoints: System.Collections.ObjectModel.Collection; 
public function get XYPoints : System.Collections.ObjectModel.Collection
public: __property System.Collections.ObjectModel.Collection<XYPoint[]>* get_XYPoints();
public:
property System.Collections.ObjectModel.Collection<array<XYPoint>>^ XYPoints {
   System.Collections.ObjectModel.Collection<array<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

GetPolygonPointsForFeature Class
GetPolygonPointsForFeature Members

Send Feedback