Click or drag to resize

ProfileOptionsExtensionReadProfileData Method

Helper function to read parent extension's data from given profile.

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public byte[] ReadProfileData(
	ICTProfile oProfile
)

Parameters

oProfile
Type: ICTProfile
Profile from with the data should be read.

Return Value

Type: Byte
Current extension's stored data.
Availability

CUSTOMTOOLS 2017 SP2


See Also