ArcObjects Library Reference (3DAnalyst)  

IExpression.IsValid Method

Check the validity of the expression.

[Visual Basic .NET]
Public Function IsValid ( _
    ByVal pTable As ITable _
) As Boolean
[C#]
public bool IsValid (
    ITable pTable
);
[C++]
HRESULT IsValid(
  ITable* pTable,
  VARIANT_BOOL* valid
);
[C++]

Parameters

pTable [in]

  pTable is a parameter of type ITable

valid [out, retval]   valid is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IExpression Interface