ArcObjects Library Reference (Carto)  

IBasemapLayer.Shaders Property

Get array of pixel shaders.

[Visual Basic .NET]
Public Property Shaders As ArrayOfIShader
[C#]
public ArrayOfIShader Shaders {get; set;}
[C++]
HRESULT get_Shaders(
  IArrayOfIShader** Shaders
);
[C++]
HRESULT putref_Shaders(
  IArrayOfIShader* Shaders
);
[C++]

Parameters

Shaders [out, retval]

  Shaders is a parameter of type IArrayOfIShader

Shaders [in]

  Shaders is a parameter of type IArrayOfIShader

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBasemapLayer Interface