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


IBlobStream.SaveToFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IB > IBlobStream Interface > IBlobStream.SaveToFile Method
ArcGIS Developer Help

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