This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IJ > IJunctionConnectivityRule2 Interface > IJunctionConnectivityRule2.DefaultJunction Property (ArcObjects .NET 10.4 SDK) |
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