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


IRasterTypeDataSourceHandlerParameters.DataSource Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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