ArcObjects Library Reference  (Carto)    

ITinLayer.Dataset Property

The TIN used to define the layer.

[Visual Basic 6.0]
Property Dataset As ITin
[Visual Basic .NET]
Public Property Dataset As ITin
[C#]
public ITin Dataset {get; set;}
[Java]
public  getDataset (
    ITin Tin
)
[Java]
public void setDatasetByRef(
    ITin Tin
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page