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