This document is archived and information here might be outdated.  Recommended version.


ITinRenderer.Copy Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinRenderer Interface > ITinRenderer.Copy Method
ArcGIS Developer Help

ITinRenderer.Copy Method

Copies the properties of the given renderer.

[Visual Basic .NET]
Public Sub Copy ( _
    ByVal pSource As ITinRenderer _
)
[C#]
public void Copy (
    ITinRenderer pSource
);
[C++]
HRESULT Copy(
  ITinRenderer* pSource
);
[C++]
Parameters
pSource [in]

pSource is a parameter of type ITinRenderer*

Product Availability

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

See Also

ITinRenderer Interface