Selects a raster as the current copy object.
[Visual Basic .NET] Public Sub Copy ( _ ByVal pSource As IRasterRenderer _ )
[C#] public void Copy ( IRasterRenderer pSource );
[C++]
HRESULT Copy(
IRasterRenderer* pSource
);
[C++]Parameters
pSource [in]pSource is a parameter of type IRasterRenderer
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.