This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterSpatialSelection Interface > IRasterSpatialSelection.Init Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values
[C++]
HRESULT Init(
VARIANT_BOOL bInit,
BSTR FileFullName,
esriRasterSelectionMaskFileFormat FileFormat
);
[C++]
Parameters bInit [in] bInit is a parameter of type VARIANT_BOOL FileFullName [in, optional, defaultvalue(0)] FileFullName is a parameter of type BSTR FileFormat [in, optional, defaultvalue(1)]
FileFormat is a parameter of type esriRasterSelectionMaskFileFormat