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