ArcObjects Library Reference (DataSourcesRaster)  

ITiePoint.Location Property

The tie point location.

ERROR: Syntax information about ITiePoint.Location may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_Location(
  IPoint** ppLocation
);
[C++]
HRESULT putref_Location(
  IPoint* ppLocation
);
[C++]

Parameters

ppLocation [out, retval]

  ppLocation is a parameter of type IPoint

ppLocation [in]

  ppLocation is a parameter of type IPoint

Product Availability

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

See Also

ITiePoint Interface