ArcObjects Library Reference (DefenseSolutions)  

IMeasurementTool.ToPoint Property

End point for measurements along a Geoline.

ERROR: Syntax information about IMeasurementTool.ToPoint may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_ToPoint(
  IPoint** ppiPoint
);
[C++]
HRESULT put_ToPoint(
  IPoint* ppiPoint
);
[C++]

Parameters

ppiPoint [out, retval]

  ppiPoint is a parameter of type IPoint

ppiPoint [in]

  ppiPoint is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMeasurementTool Interface