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