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


ITinRenderer.Copy Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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