| CTExtensionReadExportSettings Method |
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntax public bool ReadExportSettings(
ICTExportProfile oExportProf,
ref string strData,
ref int intData,
ref byte[] byteData
)
Public Function ReadExportSettings (
oExportProf As ICTExportProfile,
ByRef strData As String,
ByRef intData As Integer,
ByRef byteData As Byte()
) As Boolean
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:
BooleanTrue if successfull, false otherwise
See Also