 | CTExtension.ReadExportSettings Method |
Namespace:
CTExtensions
Assembly:
CTInterface (in CTInterface.dll)
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
- Type: ICTExportProfile
Profile to read data from - strData
- Type: System.String
Returns stored string data - intData
- Type: System.Int32
Returns store Integer data - byteData
- Type:System.Byte[]
Returns store Bytearray data
Return Value
Type:
BooleanTrue if successfull, false otherwise
See Also