This document is archived and information here might be outdated. Recommended version. |
The raster layer that will be used as one of the components to compute the vector.The auxiliary layer is useful when the magnitude and direction components of a vector are not part of the same dataset, but come from 2 different datasets.
[Visual Basic .NET] Public Property AuxiliaryLayer As IRasterLayer
[C#] public IRasterLayer AuxiliaryLayer {get; set;}
[C++]
HRESULT get_AuxiliaryLayer(
IRasterLayer** ppRasterLayer
);
[C++]
HRESULT putref_AuxiliaryLayer(
IRasterLayer* ppRasterLayer
);
[C++] Parameters ppRasterLayer [out, retval]
ppRasterLayer is a parameter of type IRasterLayer** ppRasterLayer [in]
ppRasterLayer is a parameter of type IRasterLayer*