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


ITinElement.TheTin Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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