Provides access to members that control TIN workspace functionality.
Members
Name | Description | |
---|---|---|
IsTin | Indicates if the given BSTR name is a TIN. | |
IsTinByFullName | Indicates if the given BSTR name is a TIN. | |
OpenTin | Opens an existing TIN. |
ITinWorkspace.IsTin Property
Indicates if the given BSTR name is a TIN.
Public Function get_IsTin ( _
ByVal Name As String _
) As Boolean
public bool get_IsTin (
string Name
);
ITinWorkspace.IsTinByFullName Property
Indicates if the given BSTR name is a TIN.
Public Function get_IsTinByFullName ( _
ByVal Name As String _
) As Boolean
public bool get_IsTinByFullName (
string Name
);
ITinWorkspace.OpenTin Method
Opens an existing TIN.
Public Function OpenTin ( _
ByVal Name As String _
) As ITin
public ITin OpenTin (
string Name
);
Description
Returns a reference to the specified TIN. If the same TIN on disk that is being requested is already referenced by a TIN object that is alive in the process, a reference to that object is returned. If you need to ensure you get a new, independent TIN object, not a reference to an existing object, instantiate a new TIN and call ITinAdvanced.Init.
Classes that implement ITinWorkspace
Classes | Description |
---|