This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexEdgeFeature Interface > IComplexEdgeFeature.GeometryByPoints Property (ArcObjects .NET 10.4 SDK) |
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