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


IVectorFieldFunctionArguments.Raster2 Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IVectorFieldFunctionArguments.Raster2 Property

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

Product Availability

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

See Also

IVectorFieldFunctionArguments Interface