Click or drag to resize

CTExtensionReadExportSettings Method

Read arbitrary data for your extension stored with StoreExportSettings(ICTExportProfile, String, Int32, Byte).

Namespace: CTExtensions
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public bool ReadExportSettings(
	ICTExportProfile oExportProf,
	ref string strData,
	ref int intData,
	ref byte[] byteData
)

Parameters

oExportProf  ICTExportProfile
Profile to read data from
strData  String
Returns stored string data
intData  Int32
Returns store Integer data
byteData  Byte
Returns store Bytearray data

Return Value

Boolean
True if successfull, false otherwise
See Also