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


ITopologyGraph.BuildExtent 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.BuildExtent Property
ArcGIS Developer Help

ITopologyGraph.BuildExtent Property

The extent used to build the graph.

[Visual Basic .NET]
Public ReadOnly Property BuildExtent As IEnvelope
[C#]
public IEnvelope BuildExtent {get;}
[C++]
HRESULT get_BuildExtent(
  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 extent where the Topology Graph has been built. If the Topology Graph is not built the envelope is empty.

See Also

ITopologyGraph Interface