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 |
.NET Samples
Building a MapViewer application using the ArcGIS Engine controls (Code Files:
MapViewer) |
Create a custom raster type (Code Files:
TestThumbnailBuilder) |
.NET Related Topics
Building a map viewing application using the ArcGIS Engine controls |
How to save a raster type to a .art file |
How to save ToolbarControl items to a settings file |