ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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