This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IV > IVectorFieldFunctionArguments Interface > IVectorFieldFunctionArguments.Raster2 Property (ArcObjects .NET 10.5 SDK) |
The second raster object corresponding to one of the two components of the vector field.
[Visual Basic .NET] Public Property Raster2 As Object
[C#] public object Raster2 {get; set;}
[C++]
HRESULT get_Raster2(
LPUNKNOWN* ppRaster2
);
[C++]
HRESULT putref_Raster2(
LPUNKNOWN ppRaster2
);
[C++]
Parameters ppRaster2 [out, retval] ppRaster2 is a parameter of type LPUNKNOWN ppRaster2 [in] ppRaster2 is a parameter of type LPUNKNOWN