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


IFeatureServerInfo.InitialExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureServerInfo Interface > IFeatureServerInfo.InitialExtent Property
ArcGIS Developer Help

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