public Tgsegment(int location) { Clear(); this.lvlocation = location; Load(); mTGSegmentComparer = new ComparerTGSegmentDataType(); }
public Tgsegment(int location, int start_coordinate, int end_coordinate, Int16 capacity) { this.lvlocation = location; this.lvstart_coordinate = start_coordinate; this.lvend_coordinate = end_coordinate; this.lvcapacity = capacity; mTGSegmentComparer = new ComparerTGSegmentDataType(); }
public Tgsegment() { Clear(); mTGSegmentComparer = new ComparerTGSegmentDataType(); }