Loads from a UTF-8 byte array.
[Visual Basic .NET]
Public Sub LoadFromBytes ( _
ByRef bytes As Byte[]& _
)
[C#] public void LoadFromBytes ( ref Byte[]& bytes );
[C++]
HRESULT LoadFromBytes(
bytes* bytes
);
[C++]Parameters
bytes [in] bytes is a parameter of type
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.