Class TmxImportResult
Represents summary information about the TMX import process.
Syntax
public class TmxImportResult
Fields
AllSegmentCount
Number of all segments (TU-s) contained in the TMX file (including those that could not be imported).
Declaration
public int AllSegmentCount
Type
Int32ImportedSegmentCount
Number of segments (TU-s) contained in the TMX file that were successfully imported.
Declaration
public int ImportedSegmentCount