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


IAMSWorkspace.OpenFeatureQuery Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IAMSWorkspace Interface > IAMSWorkspace.OpenFeatureQuery Method
ArcGIS Developer Help

IAMSWorkspace.OpenFeatureQuery Method

Opens a feature dataset containing a single feature dlass defined by the specified Query.

[Visual Basic .NET]
Public Function OpenFeatureQuery ( _
    ByVal QueryName As String, _
    ByVal pQueryDef As IQueryDef _
) As IFeatureDataset
[C#]
public IFeatureDataset OpenFeatureQuery (
    string QueryName,
    IQueryDef pQueryDef
);
[C++]
HRESULT OpenFeatureQuery(
  BSTR QueryName,
  IQueryDef* pQueryDef
);
[C++]
Parameters
QueryName [in]

QueryName is a parameter of type BSTR pQueryDef [in]
pQueryDef is a parameter of type IQueryDef*

Product Availability

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

See Also

IAMSWorkspace Interface