This document is archived and information here might be outdated. Recommended version. |
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*