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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1