This document is archived and information here might be outdated. Recommended version. |
Makes a layer from a value.
[Visual Basic .NET] Public Function MakeLayer ( _ ByVal pValue As IGPValue, _ ByVal Name As String, _ ByVal pRenderer As Object _ ) As ILayer
[C#] public ILayer MakeLayer ( IGPValue pValue, string Name, object pRenderer );
[C++]
HRESULT MakeLayer(
IGPValue* pValue,
BSTR Name,
LPUNKNOWN pRenderer
);
[C++] Parameters pValue [in]
pValue is a parameter of type IGPValue* Name [in]
Name is a parameter of type BSTR pRenderer [in]
pRenderer is a parameter of type IUnknown