ArcObjects Library Reference (Carto)  

IMSDHelper2.IsTableValid Method

[Visual Basic .NET]
Public Function IsTableValid ( _
    ByVal mapPath As String, _
    ByVal tableIndex As Integer _
) As Boolean
[C#]
public bool IsTableValid (
    string mapPath,
    int tableIndex
);
[C++]
HRESULT IsTableValid(
  BSTR mapPath,
  long tableIndex,
  VARIANT_BOOL* tableValid
);
[C++]

Parameters

mapPath [in]   mapPath is a parameter of type BSTR tableIndex [in]   tableIndex is a parameter of type long tableValid [out, retval]   tableValid is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMSDHelper2 Interface