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


IRasterTypeDataSourceHandlerParameters.DataSource Property (ArcObjects .NET 10.4 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 [out, retval] pvtDataSource is a parameter of type VARIANT pvtDataSource [in] pvtDataSource is a parameter of type VARIANT

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters Interface