This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageInset2 Interface > IImageInset2.ControlPoint Property (ArcObjects .NET 10.4 SDK) |
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