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


IImageInset3.GCP Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageInset3.GCP Property

The selected ground control point.

[Visual Basic .NET]
Public Property GCP As IPoint
[C#]
public IPoint GCP {get; set;}
[C++]
HRESULT get_GCP(
  IPoint** ppPoint
);
[C++]
HRESULT putref_GCP(
  IPoint* ppPoint
);
[C++]

Parameters ppPoint [out, retval]
ppPoint is a parameter of type IPoint ppPoint [in]
ppPoint is a parameter of type IPoint

Product Availability

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

See Also

IImageInset3 Interface