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


ITinLayer.Dataset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinLayer Interface > ITinLayer.Dataset Property
ArcGIS Developer Help

ITinLayer.Dataset Property

The TIN used to define the layer.

[Visual Basic .NET]
Public Property Dataset As ITin
[C#]
public ITin Dataset {get; set;}
[C++]
HRESULT get_Dataset(
  ITin** Tin
);
[C++]
HRESULT putref_Dataset(
  ITin* Tin
);
[C++]
Parameters
Tin [out, retval]

Tin is a parameter of type ITin** Tin [in]
Tin is a parameter of type ITin*

Product Availability

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

See Also

ITinLayer Interface