ESRI.ArcGIS.ADF.IMS
RecommendedMaxExtent Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > DataFrame Class : RecommendedMaxExtent Property




Gets the maximum recommended extent.

Syntax

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

Remarks

This is the full extent of the data frame as recommended by the map author.

This property is read-only.

See Also

© 2010 All Rights Reserved.