This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IG > IGeoDataDescriptor Interface > IGeoDataDescriptor.CreateFromSelectionSet Method (ArcObjects .NET 10.4 SDK) |
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