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


IImageInset2.ControlPoint Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageInset2.ControlPoint Property

The selected control point.

[Visual Basic .NET]
Public Property ControlPoint As IPoint
[C#]
public IPoint ControlPoint {get; set;}
[C++]
HRESULT get_ControlPoint(
  IPoint** ppPoint
);
[C++]
HRESULT putref_ControlPoint(
  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

IImageInset2 Interface