This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageMatchPoint Interface > IImageMatchPoint.To Property (ArcObjects .NET 10.4 SDK) |
The To feature point.
[Visual Basic .NET] Public Property To As IImageFeaturePoint
[C#] public IImageFeaturePoint To {get; set;}
[C++]
HRESULT get_To(
IImageFeaturePoint** ppTo
);
[C++]
HRESULT putref_To(
IImageFeaturePoint* ppTo
);
[C++]
Parameters ppTo [out, retval]
ppTo is a parameter of type IImageFeaturePoint ppTo [in]
ppTo is a parameter of type IImageFeaturePoint