ESRI.ArcGIS.ADF.IMS
GlobalEnvelope Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureTable Class : GlobalEnvelope Property




Gets the global Envelope of the features in the current FeatureTable.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property GlobalEnvelope As Envelope
Visual Basic (Usage)Copy Code
Dim instance As FeatureTable
Dim value As Envelope
 
value = instance.GlobalEnvelope
C# 
public Envelope GlobalEnvelope {get;}

Remarks

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.

See Also

© 2010 All Rights Reserved.