This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinRenderer Interface > ITinRenderer.Tin Property (ArcObjects .NET 10.5 SDK) |
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