This document is archived and information here might be outdated. Recommended version. |
Initializes from a reference raster and a constant value.
[Visual Basic .NET] Public Sub Init ( _ ByVal pRaster As IRaster, _ ByVal Value As Object _ )
[C#] public void Init ( IRaster pRaster, object Value );
[C++]
HRESULT Init(
IRaster* pRaster,
VARIANT Value
);
[C++]
Parameters pRaster
pRaster is a parameter of type IRaster* Value
Value is a parameter of type VARIANT