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


IDEGeometricNetwork.OrphanJunctionFeatureClassName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGeometricNetwork Interface > IDEGeometricNetwork.OrphanJunctionFeatureClassName Property
ArcGIS Developer Help

IDEGeometricNetwork.OrphanJunctionFeatureClassName Property

The FeatureClass containing the OrphanJunctionFeatures.

[Visual Basic .NET]
Public Property OrphanJunctionFeatureClassName As String
[C#]
public string OrphanJunctionFeatureClassName {get; set;}
[C++]
HRESULT get_OrphanJunctionFeatureClassName(
  System.String* FeatureClass
);
[C++]
HRESULT put_OrphanJunctionFeatureClassName(
  BSTR FeatureClass
);
[C++]
Parameters
FeatureClass [out, retval]

FeatureClass is a parameter of type BSTR* FeatureClass [in]
FeatureClass is a parameter of type BSTR

Product Availability

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

See Also

IDEGeometricNetwork Interface