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


IRasterTypeProperties.InputDataSourceTypes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.InputDataSourceTypes Property
ArcGIS Developer Help

IRasterTypeProperties.InputDataSourceTypes Property

The types of input data source types as a bitwise combination of esriCrawlerDataSourceType values.

[Visual Basic .NET]
Public Property InputDataSourceTypes As Integer
[C#]
public int InputDataSourceTypes {get; set;}
[C++]
HRESULT get_InputDataSourceTypes(
  long pInputDataSourceTypes
);
[C++]
HRESULT put_InputDataSourceTypes(
  System.Int32* pInputDataSourceTypes
);
[C++]
Parameters
pInputDataSourceTypes [in]

pInputDataSourceTypes is a parameter of type long pInputDataSourceTypes [out, retval]
pInputDataSourceTypes is a parameter of type long*

Product Availability

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

See Also

IRasterTypeProperties Interface