ArcObjects Library Reference (GeoDatabase)  

ISimpleDataConverter2.InputSelectionSet Property

The set of objects to convert.

[Visual Basic .NET]
Public WriteOnly Property InputSelectionSet
[C#]
public void InputSelectionSet {set;}
[C++]
HRESULT putref_InputSelectionSet(
  ISelectionSet* 
);
[C++]

Parameters

[in]

   is a parameter of type ISelectionSet

Product Availability

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

See Also

ISimpleDataConverter2 Interface