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


ITinWorkspace.IsTinByFullName Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinWorkspace.IsTinByFullName Property

Indicates if the given BSTR name is a TIN.

[Visual Basic .NET]
Public Function get_IsTinByFullName ( _
    ByVal Name As String _
) As Boolean
[C#]
public bool get_IsTinByFullName (
    string Name
);
[C++]
HRESULT get_IsTinByFullName(
  BSTR Name,
  Boolean* pbIsTin
);
[C++]

Parameters Name [in]
Name is a parameter of type BSTR pbIsTin [out, retval]
pbIsTin is a parameter of type bool*

Product Availability

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

See Also

ITinWorkspace Interface