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