ArcFM Responder Mobile Developer Guide
GetCordinates Method (JumpersObject)






Syntax
'Declaration
 
Public Function GetCordinates() As System.Collections.Generic.ICollection(Of XYPoint)
'Usage
 
Dim instance As JumpersObject
Dim value As System.Collections.Generic.ICollection(Of XYPoint)
 
value = instance.GetCordinates()
public System.Collections.Generic.ICollection<XYPoint> GetCordinates()
public function GetCordinates(): System.Collections.Generic.ICollection; 
public function GetCordinates() : System.Collections.Generic.ICollection;
public: System.Collections.Generic.ICollection<XYPoint>* GetCordinates(); 
public:
System.Collections.Generic.ICollection<XYPoint>^ GetCordinates(); 
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

JumpersObject Class
JumpersObject Members

Send Feedback