ArcObjects Library Reference (System)  

IBlobStream.SaveToFile Method

Saves the stream to the specified file.

[Visual Basic .NET]
Public Sub SaveToFile ( _
    ByVal FileName As String _
)
[C#]
public void SaveToFile (
    string FileName
);
[C++]
HRESULT SaveToFile(
  BSTR FileName
);
[C++]

Parameters

FileName [in]   FileName is a parameter of type BSTR

Product Availability

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

See Also

IBlobStream Interface