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


ITopologicalOperator.TopologyCache Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ITopologicalOperator.TopologyCache Property

Provides a handle to the TopologyCache.

[Visual Basic .NET]
Public Sub TopologyCache ( _
    ByRef topologyCacheHandle As Integer _
)
[C#]
public void TopologyCache (
    ref int topologyCacheHandle
);
[C++]
HRESULT get_TopologyCache(
  TopologyHandle* topologyCacheHandle
);
[C++]

Parameters topologyCacheHandle [out]
topologyCacheHandle is a parameter of type TopologyHandle*

Product Availability

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

See Also

ITopologicalOperator Interface