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


IQuery.Load Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

IQuery.Load Method

Loads the query's parameters from the given XML property set.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IQuery Interface