This document is archived and information here might be outdated. Recommended version. |
Get default layer name for given value.
[Visual Basic .NET] Public Function GetLayerName ( _ ByVal pValue As IGPValue, _ ByVal Name As String _ ) As String
[C#] public string GetLayerName ( IGPValue pValue, string Name );
[C++]
HRESULT GetLayerName(
IGPValue* pValue,
BSTR Name
);
[C++] Parameters pValue [in]
pValue is a parameter of type IGPValue* Name [in]
Name is a parameter of type BSTR