ArcObjects Library Reference (GeoDatabase)  

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