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


ITinLayer.Dataset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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