Example #1
0
 ///<summary>Sets the value of the <c>&lt;StatisticalAreas&gt;</c> element.</summary>
 /// <param name="StatisticalArea">A StatisticalArea</param>
 ///<remarks>
 /// <para>This form of <c>setStatisticalAreas</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StatisticalAreas</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetStatisticalAreas(StatisticalArea StatisticalArea)
 {
     RemoveChild(CommonDTD.ADDRESS_STATISTICALAREAS);
     AddChild(CommonDTD.ADDRESS_STATISTICALAREAS, new StatisticalAreaList(StatisticalArea));
 }
Example #2
0
 ///<summary>Sets the value of the <c>&lt;StatisticalAreas&gt;</c> element.</summary>
 /// <param name="StatisticalArea">A StatisticalArea</param>
 ///<remarks>
 /// <para>This form of <c>setStatisticalAreas</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StatisticalAreas</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetStatisticalAreas( StatisticalArea StatisticalArea )
 {
     RemoveChild( CommonDTD.ADDRESS_STATISTICALAREAS);
     AddChild( CommonDTD.ADDRESS_STATISTICALAREAS, new StatisticalAreaList( StatisticalArea ) );
 }