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


IRasterSpatialSelection.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterSpatialSelection Interface > IRasterSpatialSelection.Init Method
ArcGIS Developer Help

IRasterSpatialSelection.Init Method

Create or remove the selection dataset.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal bInit As Boolean, _
    [ByVal FileFullName As String], _
    [ByVal FileFormat As esriRasterSelectionMaskFileFormat] _
)
[C#]
public void Init (
    bool bInit,
    string FileFullName,
    esriRasterSelectionMaskFileFormat FileFormat
);
[C++]
HRESULT Init(
  VARIANT_BOOL bInit,
  BSTR FileFullName,
  esriRasterSelectionMaskFileFormat FileFormat
);
[C++]
Parameters
bInit [in]

bInit is a parameter of type bool FileFullName [in, optional, defaultvalue()]
FileFullName is a parameter of type BSTR FileFormat [in, optional, defaultvalue()]
FileFormat is a parameter of type esriRasterSelectionMaskFileFormat

Product Availability

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

See Also

IRasterSpatialSelection Interface