This document is archived and information here might be outdated. Recommended version. |
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