This document is archived and information here might be outdated. Recommended version. |
Creates a geoprocessing layer object based on the given layer object.
[Visual Basic .NET] Public Function MakeGPLayerFromLayer ( _ ByVal pLayer As ILayer _ ) As IGPLayer
[C#] public IGPLayer MakeGPLayerFromLayer ( ILayer pLayer );
[C++]
HRESULT MakeGPLayerFromLayer(
ILayer* pLayer
);
[C++] Parameters pLayer [in]
pLayer is a parameter of type ILayer*