This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters Interface > IRasterTypeDataSourceHandlerParameters.DataSource Property (ArcObjects .NET 10.5 SDK) |
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