This document is archived and information here might be outdated. Recommended version. |
Makes a GPLayer from a layer.
[Visual Basic .NET] Public Function MakeGPLayer ( _ ByVal pLayer As ILayer _ ) As IGPLayer
[C#] public IGPLayer MakeGPLayer ( ILayer pLayer );
[C++]
HRESULT MakeGPLayer(
ILayer* pLayer
);
[C++]
Parameters pLayer [in]
pLayer is a parameter of type ILayer*