This document is archived and information here might be outdated. Recommended version. |
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*