ArcObjects Library Reference (GeoDatabase)  

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