ArcObjects Library Reference (System)  

IBlobStream.LoadFromFile Method

Loads a stream from the specified file.

[Visual Basic .NET]
Public Sub LoadFromFile ( _
    ByVal FileName As String _
)
[C#]
public void LoadFromFile (
    string FileName
);
[C++]
HRESULT LoadFromFile(
  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 Samples

Building a MapViewer application using the ArcGIS Engine controls (Code Files: MapViewer) |

.NET Related Topics

Building a map viewing application using the ArcGIS Engine controls | How to save ToolbarControl items to a settings file | Working with feature attachments |