ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

How to interpolate spot heights and profile lines on a TIN