This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinLayer Interface > ITinLayer.Dataset Property (ArcObjects .NET 10.4 SDK) |
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