Click or drag to resize
CTExtensionReadExportSettings Method

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

Parameters

oExportProf
Type: ICTExportProfile
Profile to read data from
strData
Type: SystemString
Returns stored string data
intData
Type: SystemInt32
Returns store Integer data
byteData
Type: SystemByte
Returns store Bytearray data

Return Value

Type: Boolean
True if successfull, false otherwise
See Also