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


IVectorFieldFunctionArguments.Raster1 Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IV > IVectorFieldFunctionArguments Interface > IVectorFieldFunctionArguments.Raster1 Property
ArcGIS Developer Help

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(
  IUnknown Pointer* ppRaster1
);
[C++]
HRESULT putref_Raster1(
  LPUNKNOWN ppRaster1
);
[C++]
Parameters
ppRaster1 [out, retval]

ppRaster1 is a parameter of type IUnknown* ppRaster1 [in]
ppRaster1 is a parameter of type IUnknown

Product Availability

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

See Also

IVectorFieldFunctionArguments Interface