ArcObjects Library Reference (GeoDatabase)  

ITinAdvanced3.TinVersion Property

Returns the version number of the TIN dataset.

[Visual Basic .NET]
Public ReadOnly Property TinVersion As esriTinVersion
[C#]
public esriTinVersion TinVersion {get;}
[C++]
HRESULT get_TinVersion(
  esriTinVersion* pVersion
);
[C++]

Parameters

pVersion [out, retval]

  pVersion is a parameter of type esriTinVersion

Product Availability

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

Description

TINs with a version of esriTin70001 can be used with ArcINFO Workstation, ArcView 3.x, and all versions of ArcGIS.

TINs with a version of esriTin80001 can be used with ArcGIS 10 and later.

See also ITinAdvanced2.SaveAsVersion.

See Also

ITinAdvanced3 Interface