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


IRasterTypeProperties.InputDataSourceTypes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  long pInputDataSourceTypes
);
[C++]

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

Product Availability

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

See Also

IRasterTypeProperties Interface