method LookupLayerSettings
[Visual Basic .NET] Public Function LookupLayerSettings ( _ ByVal LayerUID As String _ ) As Object
[C#] public object LookupLayerSettings ( string LayerUID );
[C++]
HRESULT LookupLayerSettings(
BSTR LayerUID,
LPUNKNOWN* ppSettings
);
[C++]Parameters
LayerUID [in] LayerUID is a parameter of type BSTR ppSettings [out, retval] ppSettings is a parameter of type LPUNKNOWN
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.