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


ITiePoint.Location Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePoint Interface > ITiePoint.Location Property
ArcGIS Developer Help

ITiePoint.Location Property

The tie point location.

[Visual Basic .NET]
Public Property Location As IPoint
[C#]
public IPoint Location {get; set;}
[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