This document is archived and information here might be outdated. Recommended version. |
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
Initializes the object by pointing to a TIN on disk at the specified location.