AGI Common Entity Library 11 Send comments on this topic.
ReadSafeArray Method (IAgPersistSafeArray)
See Also 
Bytes
Windows






Windows & Linux

Description

Deserialize a byte array into the object.

Syntax

[Visual Basic .NET]
Public Sub ReadSafeArray( _
   ByVal Bytes As System.Object _
) 

[C#]
public void ReadSafeArray(
System.Object Bytes
);

[Managed C++]
public: void ReadSafeArray(
VARIANT Bytes
);

[Java]
public  readSafeArray(
Variant Bytes
);

[Unmanaged C++]
public: HRESULT ReadSafeArray(
VARIANT Bytes
);

Parameters

Bytes

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface