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


ICurve.FromPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICurve Interface > ICurve.FromPoint Property
ArcGIS Developer Help

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.QueryFromPoint Method | ICurve.FromPoint Property | ICurve.ToPoint Property | ICurve.QueryToPoint Method

.NET Samples

Tabbed feature inspector Points along line construction tool Tabbed feature inspector ViperPin tool