This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.BuildExtent Property (ArcObjects .NET 10.4 SDK) |
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
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.