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


IImageInset3.GCP Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageInset3 Interface > IImageInset3.GCP Property
ArcGIS Developer Help

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