This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinWorkspace Interface > ITinWorkspace.IsTin Property (ArcObjects .NET 10.4 SDK) |
Indicates if the given BSTR name is a TIN.
[Visual Basic .NET] Public Function get_IsTin ( _ ByVal Name As String _ ) As Boolean
[C#] public bool get_IsTin ( string Name );
[C++]
HRESULT get_IsTin(
BSTR Name,
VARIANT_BOOL* pbIsTin
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR pbIsTin [out, retval] pbIsTin is a parameter of type VARIANT_BOOL