# C1.FlexMap.GeographicCoordinateSystem.LimitBounds

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_FlexMap_GeographicCoordinateSystem_LimitBounds_" data-uid="C1.FlexMap.GeographicCoordinateSystem.LimitBounds*">LimitBounds Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_FlexMap_GeographicCoordinateSystem_LimitBounds_" data-uid="C1.FlexMap.GeographicCoordinateSystem.LimitBounds*"></a>
<h4 id="C1_FlexMap_GeographicCoordinateSystem_LimitBounds" data-uid="C1.FlexMap.GeographicCoordinateSystem.LimitBounds">LimitBounds</h4>
<div class="markdown level1 summary"><p>Gets the limit bounds that this coordinate system supports.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public Rect LimitBounds { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property LimitBounds As Rect</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="C1.FlexMap.ICoordinateSystem.LimitBounds.html#C1_FlexMap_ICoordinateSystem_LimitBounds">ICoordinateSystem.LimitBounds</a></div>
<h5 id="C1_FlexMap_GeographicCoordinateSystem_LimitBounds_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Returns the bounds of longitude from -180 to 180 and latitude from -90 to 90.</p>
</div>
</div>
