Class TmxImportResult
Represents summary information about the TMX import process.
Inheritance
System.Object
TmxImportResult
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
System.Int32ImportedSegmentCount
Number of segments (TU-s) contained in the TMX file that were successfully imported.
Declaration
public int ImportedSegmentCount