STK Common Entity LibrarySend 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
);
[Unmanaged C++]
public: HRESULT ReadSafeArray(
    VARIANT Bytes
);
[Java]
public void readSafeArray(
    AgVariant Bytes
);

Parameters

Bytes

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.