 | ProfileOptionsExtensionReadProfileData Method |
Helper function to read parent extension's data from given profile.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic byte[] ReadProfileData(
ICTProfile oProfile
)
Public Function ReadProfileData (
oProfile As ICTProfile
) As Byte()
Parameters
- oProfile ICTProfile
- Profile from with the data should be read.
Return Value
ByteCurrent extension's stored data.
Revision HistoryDate | Version | Description |
---|
- | 2017 SP2 | First Release |
See Also