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


ITinRenderer.Tin Property (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.Tin Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

ITinRenderer Interface