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