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


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

ITopologyGraph4.BuildPolygonExtent Property

The polygon used to determine the contents of the topology graph. The topology graph maintains ownership of this reference.

[Visual Basic .NET]
Public ReadOnly Property BuildPolygonExtent As IPolygon
[C#]
public IPolygon BuildPolygonExtent {get;}
[C++]
HRESULT get_BuildPolygonExtent(
  IPolygon** BuildExtent
);
[C++]
Parameters
BuildExtent [out, retval]

BuildExtent is a parameter of type IPolygon**

Product Availability

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

See Also

ITopologyGraph4 Interface