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


ISimpleDataConverter2.InputSelectionSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISimpleDataConverter2 Interface > ISimpleDataConverter2.InputSelectionSet Property
ArcGIS Developer Help

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