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


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

IRasterTypeDataSourceHandlerParameters.DataSource Property

The data source to be supplied to handler operations.

[Visual Basic .NET]
Public Property DataSource As Object
[C#]
public object DataSource {get; set;}
[C++]
HRESULT get_DataSource(
  VARIANT pvtDataSource
);
[C++]
HRESULT put_DataSource(
  Variant* pvtDataSource
);
[C++]
Parameters
pvtDataSource [in]

pvtDataSource is a parameter of type VARIANT pvtDataSource [out, retval]
pvtDataSource is a parameter of type VARIANT*

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters Interface