This document is archived and information here might be outdated.  Recommended version.


ITin.Version Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITin.Version Property

Returns the version number of the TIN engine used to build the TIN.

[Visual Basic .NET]
Public ReadOnly Property Version As Integer
[C#]
public int Version {get;}
[C++]
HRESULT get_Version(
  long* pVer
);
[C++]

Parameters pVer [out, retval] pVer is a parameter of type long

Product Availability

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

See Also

ITin Interface