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


IXmlQuery.GetExpression Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IX > IXmlQuery Interface > IXmlQuery.GetExpression Method
ArcGIS Developer Help

IXmlQuery.GetExpression Method

The nth expression.

[Visual Basic .NET]
Public Function GetExpression ( _
    ByVal index As Integer _
) As String
[C#]
public string GetExpression (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IXmlQuery Interface