ArcObjects Library Reference (GeoAnalyst)  

IGeoDataDescriptor.CreateFromSelectionSet Method

Creates a GeoDataset descriptor with a SelectionSet.

[Visual Basic .NET]
Public Sub CreateFromSelectionSet ( _
    ByVal SelectionSet As ISelectionSet, _
    ByVal filter As IQueryFilter, _
    ByVal FieldName As String _
)
[C#]
public void CreateFromSelectionSet (
    ISelectionSet SelectionSet,
    IQueryFilter filter,
    string FieldName
);
[C++]
HRESULT CreateFromSelectionSet(
  ISelectionSet* SelectionSet,
  IQueryFilter* filter,
  BSTR FieldName
);
[C++]

Parameters

SelectionSet [in]

  SelectionSet is a parameter of type ISelectionSet

filter [in]

  filter is a parameter of type IQueryFilter

FieldName [in]   FieldName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoDataDescriptor Interface