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


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

IComplexEdgeFeature.GeometryByPoints Property

The geometry associated with the two points.

[Visual Basic .NET]
Public Function get_GeometryByPoints ( _
    ByVal fromPoint As IPoint, _
    ByVal toPoint As IPoint _
) As IGeometry
[C#]
public IGeometry get_GeometryByPoints (
    IPoint fromPoint,
    IPoint toPoint
);
[C++]
HRESULT get_GeometryByPoints(
  IPoint* fromPoint,
  IPoint* toPoint,
  IGeometry** Geometry
);
[C++]
Parameters
fromPoint [in]

fromPoint is a parameter of type IPoint* toPoint [in]
toPoint is a parameter of type IPoint* Geometry [out, retval]
Geometry is a parameter of type IGeometry**

Product Availability

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

See Also

IComplexEdgeFeature Interface