This document is archived and information here might be outdated.  Recommended version.


IFeatureServerInfo.InitialExtent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureServerInfo.InitialExtent Property

.

[Visual Basic .NET]
Public ReadOnly Property InitialExtent As IEnvelope
[C#]
public IEnvelope InitialExtent {get;}
[C++]
HRESULT get_InitialExtent(
  IEnvelope** InitialExtent
);
[C++]

Parameters InitialExtent [out, retval]
InitialExtent is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureServerInfo Interface