ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralGroundToGridTools.Forward3D Method

Forward3D calculates a new point from an existing point, given the mark-to-mark distance and azimuth measured at the ellipsoid height of the source point. The z-value of the point is treated as an ellipsoid height, and the function uses the spatial reference p

ERROR: Syntax information about ICadastralGroundToGridTools.Forward3D may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GeoDatabaseExtensions.dll

[C++]
HRESULT Forward3D(
  ISpatialReference* pSR,
  VARIANT_BOOL argumentsInMeters,
  IPoint* pPoint1,
  IPoint* pPoint2Provisional,
  double markToMarkDistance,
  IPoint** ppPoint
);
[C++]

Parameters

pSR [in]

  pSR is a parameter of type ISpatialReference

argumentsInMeters [in]   argumentsInMeters is a parameter of type VARIANT_BOOL pPoint1 [in]

  pPoint1 is a parameter of type IPoint

pPoint2Provisional [in]

  pPoint2Provisional is a parameter of type IPoint

markToMarkDistance [in]   markToMarkDistance is a parameter of type double ppPoint [out, retval]

  ppPoint is a parameter of type IPoint

Product Availability

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

See Also

ICadastralGroundToGridTools Interface