This document is archived and information here might be outdated. Recommended version. |
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.