Tracking Client API for Windows Phone
InnerBoundaryRings Property
NamespacesESRI.Tracking.Connector.GeometryGmlPolygonInnerBoundaryRings
A List of Lists. Each List element contains TmsPoint objects representing an inner boundary ring.
Declaration Syntax
C#Visual BasicVisual C++
public List<List<TmsPoint>> InnerBoundaryRings { get; private set; }
Public Property InnerBoundaryRings As List(Of List(Of TmsPoint))
	Get
	Private Set
public:
property List<List<TmsPoint^>^>^ InnerBoundaryRings {
	List<List<TmsPoint^>^>^ get ();
	private: void set (List<List<TmsPoint^>^>^ value);
}

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