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


IImageInset2.ControlPointLayer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageInset2.ControlPointLayer Property

The control point layer.

[Visual Basic .NET]
Public Property ControlPointLayer As IFeatureLayer
[C#]
public IFeatureLayer ControlPointLayer {get; set;}
[C++]
HRESULT get_ControlPointLayer(
  IFeatureLayer** ppCPLayer
);
[C++]
HRESULT putref_ControlPointLayer(
  IFeatureLayer* ppCPLayer
);
[C++]

Parameters ppCPLayer [out, retval]
ppCPLayer is a parameter of type IFeatureLayer ppCPLayer [in]
ppCPLayer is a parameter of type IFeatureLayer

Product Availability

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

See Also

IImageInset2 Interface