 | ProfileOptionsPROFILESETTINGSTYPELoadData Method |
Load data provided by the Core and deserialize
it into PROFILESETTINGSTYPE.
Namespace: CTExtensions.ExportCore.EXTsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic override void LoadData(
byte[] storedData
)
Public Overrides Sub LoadData (
storedData As Byte()
)
Parameters
- storedData Byte
- Data as bytearray
See Also