This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.InputDataSourceTypes Property (ArcObjects .NET 10.4 SDK) |
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