![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
GlobalEnvelope Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureTable Class : GlobalEnvelope Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property GlobalEnvelope As Envelope |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FeatureTable Dim value As Envelope value = instance.GlobalEnvelope |
C# | |
---|---|
public Envelope GlobalEnvelope {get;} |
If the QueryParameters.ReturnGlobalEnvelope property was set to true when the FeatureLayer.Query was performed on the layer, then this property will contain an envelope that surrounds all features found.
All features in the current FeatureTable fit inside the global envelope. Features that meet the filter requirements but are not included in the FeatureTable may not fall within the envelope. If the QueryParameters.FeatureLimit property caused the query to return fewer than all records matching the query, the GlobalEnvelope will enclose only the features returned in the current FeatureTable. The HasMore property shows whether additional records match the query filter beyond the current FeatureTable. The Envelope.Union method may be used to merge envelopes from multiple FeatureTables.
This property is read-only.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family