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


IComplexJunctionFeature.GeometryForEdgeElement Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexJunctionFeature Interface > IComplexJunctionFeature.GeometryForEdgeElement Property
ArcGIS Developer Help

IComplexJunctionFeature.GeometryForEdgeElement Property

The geometry corresponding to the element with the given subID.

[Visual Basic .NET]
Public Function get_GeometryForEdgeElement ( _
    ByVal subID As Integer _
) As IGeometry
[C#]
public IGeometry get_GeometryForEdgeElement (
    int subID
);
[C++]
HRESULT get_GeometryForEdgeElement(
  long subID,
  IGeometry** Geometry
);
[C++]
Parameters
subID [in]

subID is a parameter of type long Geometry [out, retval]
Geometry is a parameter of type IGeometry**

Product Availability

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

Remarks

It is recommended that developers do not use Complex Junctions in their data modeling solutions.  Developers can leverage existing Geodatabase components in order to implement partial functionality, such as class extensions.

See Also

IComplexJunctionFeature Interface