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


ITinAdvanced.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.Init Method
ArcGIS Developer Help

ITinAdvanced.Init Method

Opens the specified TIN.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal Name As String _
)
[C#]
public void Init (
    string Name
);
[C++]
HRESULT Init(
  BSTR Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR

Product Availability

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

Description

Initializes the object by pointing to a TIN on disk at the specified location.

See Also

ITinAdvanced Interface