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


ITopologyGraph.Extent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.Extent Property
ArcGIS Developer Help

ITopologyGraph.Extent Property

The current extent of all topological elements in the graph. This may be different than the extent used to build the graph.

[Visual Basic .NET]
Public ReadOnly Property Extent As IEnvelope
[C#]
public IEnvelope Extent {get;}
[C++]
HRESULT get_Extent(
  IEnvelope** Extent
);
[C++]
Parameters
Extent [out, retval]

Extent is a parameter of type IEnvelope**

Product Availability

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

Description

Returns an envelope object corresponding to the union of the all the TopologyElements extents.

See Also

ITopologyGraph Interface