Tracking Client API for Windows Phone
OuterBoundaryRing Property
NamespacesESRI.Tracking.Connector.GeometryGmlPolygonOuterBoundaryRing
The List of TmsPoint objects representing the vertices of the outer boundary ring.
Declaration Syntax
C#Visual BasicVisual C++
public List<TmsPoint> OuterBoundaryRing { get; private set; }
Public Property OuterBoundaryRing As List(Of TmsPoint)
	Get
	Private Set
public:
property List<TmsPoint^>^ OuterBoundaryRing {
	List<TmsPoint^>^ get ();
	private: void set (List<TmsPoint^>^ value);
}

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)