ArcObjects Library Reference (GeoDatabase)  

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