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


IJunctionConnectivityRule2.DefaultJunction Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IJ > IJunctionConnectivityRule2 Interface > IJunctionConnectivityRule2.DefaultJunction Property
ArcGIS Developer Help

IJunctionConnectivityRule2.DefaultJunction Property

Indicates if the junction corresponds to the default junction.

[Visual Basic .NET]
Public Property DefaultJunction As Boolean
[C#]
public bool DefaultJunction {get; set;}
[C++]
HRESULT get_DefaultJunction(
  Boolean* isDefaultJunction
);
[C++]
HRESULT put_DefaultJunction(
  VARIANT_BOOL isDefaultJunction
);
[C++]
Parameters
isDefaultJunction [out, retval]

isDefaultJunction is a parameter of type bool* isDefaultJunction [in]
isDefaultJunction is a parameter of type bool

Product Availability

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

See Also

IJunctionConnectivityRule2 Interface