예제 #1
0
        public SubjectGroup CreateCopy()
        {
            SubjectGroup n = new SubjectGroup();

            n.WhenAtPls      = this.WhenAtPls;
            n.WhenCalled     = this.WhenCalled;
            n.WhenFound      = this.WhenFound;
            n.WhenLost       = this.WhenLost;
            n.WhenReported   = this.WhenReported;
            n.Category       = this.Category;
            n.Cause          = this.Cause;
            n.FoundCertainty = this.FoundCertainty;
            n.FoundCondition = this.FoundCondition;
            n.FoundEasting   = this.FoundEasting;
            n.FoundElevation = this.FoundElevation;
            n.FoundNorthing  = this.FoundNorthing;
            n.FoundTactics   = this.FoundTactics;
            n.Mission        = this.Mission;
            n.PlsCertainty   = this.PlsCertainty;
            n.PlsCommonName  = this.PlsCommonName;
            n.PlsEasting     = this.PlsEasting;
            n.PlsElevation   = this.PlsElevation;
            n.PlsNorthing    = this.PlsNorthing;
            return(n);
        }
예제 #2
0
 public SubjectGroup CreateCopy()
 {
     SubjectGroup n = new SubjectGroup();
       n.WhenAtPls = this.WhenAtPls;
       n.WhenCalled = this.WhenCalled;
       n.WhenFound = this.WhenFound;
       n.WhenLost = this.WhenLost;
       n.WhenReported = this.WhenReported;
       n.Category = this.Category;
       n.Cause = this.Cause;
       n.FoundCertainty = this.FoundCertainty;
       n.FoundCondition = this.FoundCondition;
       n.FoundEasting = this.FoundEasting;
       n.FoundElevation = this.FoundElevation;
       n.FoundNorthing = this.FoundNorthing;
       n.FoundTactics = this.FoundTactics;
       n.Mission = this.Mission;
       n.PlsCertainty = this.PlsCertainty;
       n.PlsCommonName = this.PlsCommonName;
       n.PlsEasting = this.PlsEasting;
       n.PlsElevation = this.PlsElevation;
       n.PlsNorthing = this.PlsNorthing;
       return n;
 }