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