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


IGeoDataDescriptor.CreateFromSelectionSet Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IG > IGeoDataDescriptor Interface > IGeoDataDescriptor.CreateFromSelectionSet Method
ArcGIS Developer Help

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