ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* isDefaultJunction
);
[C++]
HRESULT put_DefaultJunction(
  VARIANT_BOOL isDefaultJunction
);
[C++]

Parameters

isDefaultJunction [out, retval]   isDefaultJunction is a parameter of type VARIANT_BOOL isDefaultJunction [in]   isDefaultJunction is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IJunctionConnectivityRule2 Interface