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


ISimpleDataConverter2.InputSelectionSet Property (ArcObjects .NET 10.5 SDK)
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