ESRI.ArcGIS.ADF.IMS | |
GlobalEnvelope Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureTable Class : GlobalEnvelope Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property GlobalEnvelope As Envelope |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.