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


ITinRenderer.Tin Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITinRenderer.Tin Property

The TIN associated with the renderer.

[Visual Basic .NET]
Public Property Tin As ITin
[C#]
public ITin Tin {get; set;}
[C++]
HRESULT get_Tin(
  ITin** ppTin
);
[C++]
HRESULT putref_Tin(
  ITin* ppTin
);
[C++]

Parameters ppTin [out, retval]
ppTin is a parameter of type ITin ppTin [in]
ppTin is a parameter of type ITin

Product Availability

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

See Also

ITinRenderer Interface