ArcObjects Library Reference (Geometry)  

ICurve.FromPoint Property

The 'from' point of the curve.

[Visual Basic .NET]
Public Property FromPoint As IPoint
[C#]
public IPoint FromPoint {get; set;}
[C++]
HRESULT get_FromPoint(
  IPoint** from
);
[C++]
HRESULT put_FromPoint(
  IPoint* from
);
[C++]

Parameters

from [out, retval]

  from is a parameter of type IPoint

from

  from is a parameter of type IPoint

Product Availability

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

Description

Returns or Sets the FromPoint of the first segment of the first part of the curve.  While the curve may be composed of many parts and segments each with their own FromPoint, each curve only has a single From Point.

Remarks

 

FromPoint Example

See Also

ICurve Interface | IPoint Interface | ICurve.FromPoint Property | ICurve.QueryFromPoint Method | ICurve.ToPoint Property | ICurve.QueryToPoint Method

.NET Samples

Curve conversion add-in (Code Files: CurveConversionDockWin) | Points along line construction tool (Code Files: PointsAlongLineForm) | ViperPin tool (Code Files: ViperPinForm) | Tabbed feature inspector (Code Files: TabbedInspector) | Tabbed feature inspector (Code Files: ObjectInspector)

.NET Related Topics

Adjusting feature locations with spatial adjustment | How to modify a specific segment of a polyline | How to modify a specific vertex of a polyline | How to use some basic properties and methods on ICircularArc | How to use the ICurve methods | How to work with ICurve methods | Using IGeometryBridge or IGeometryBridge2