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


IQuery.Save Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IQ > IQuery Interface > IQuery.Save Method
ArcGIS Developer Help

IQuery.Save Method

Saves the query's parameters to the given XML property set.

[Visual Basic .NET]
Public Sub Save ( _
    ByVal pPropertySet As IPropertySet _
)
[C#]
public void Save (
    IPropertySet pPropertySet
);

Product Availability

Available with ArcGIS Desktop.

See Also

IQuery Interface