 | CTExtensionReadExportSettings Method |
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic 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 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
BooleanTrue if successfull, false otherwise
See Also