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


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

IVectorFieldFunctionArguments.Raster1 Property

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

Product Availability

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

See Also

IVectorFieldFunctionArguments Interface