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


ITinElement.TheTin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinElement Interface > ITinElement.TheTin Property
ArcGIS Developer Help

ITinElement.TheTin Property

The TIN object referenced by the element.

[Visual Basic .NET]
Public ReadOnly Property TheTin As ITin
[C#]
public ITin TheTin {get;}
[C++]
HRESULT get_TheTin(
  ITin** ppTin
);
[C++]
Parameters
ppTin [out, retval]

ppTin is a parameter of type ITin**

Product Availability

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

See Also

ITinElement Interface