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


IComplexJunctionFeature.TopologicalConfiguration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexJunctionFeature Interface > IComplexJunctionFeature.TopologicalConfiguration Property
ArcGIS Developer Help

IComplexJunctionFeature.TopologicalConfiguration Property

The configuration of this Feature.

[Visual Basic .NET]
Public Property TopologicalConfiguration As esriTopoConfiguration
[C#]
public esriTopoConfiguration TopologicalConfiguration {get; set;}
[C++]
HRESULT get_TopologicalConfiguration(
  esriTopoConfiguration* configuration
);
[C++]
HRESULT put_TopologicalConfiguration(
  esriTopoConfiguration configuration
);
[C++]
Parameters
configuration [out, retval]

configuration is a parameter of type esriTopoConfiguration* configuration [in]
configuration is a parameter of type esriTopoConfiguration

Product Availability

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

Remarks

It is recommended that developers do not use Complex Junctions in their data modeling solutions.  Developers can leverage existing Geodatabase components in order to implement partial functionality, such as class extensions.

See Also

IComplexJunctionFeature Interface