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


IBlobStream.SaveToFile Method (ArcObjects .NET 10.5 SDK)
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

.NET Snippets

Save ToolbarControl Items to File