This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IB > IBlobStream Interface > IBlobStream.SaveToFile Method (ArcObjects .NET 10.5 SDK) |
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