| name | data type | description | 
|---|---|---|
| AffectedSection | array of AffectedSectionStructure | 
Example
{
  "AffectedSection" : [ {
    "SectionRef" : {
      "value" : "..."
    },
    "LinkProjection" : {
      "Line" : { },
      "Features" : { }
    },
    "Offset" : {
      "DistanceFromStart" : 12345,
      "DistanceFromEnd" : 12345
    },
    "Extensions" : {
      "any" : { }
    }
  }, {
    "SectionRef" : {
      "value" : "..."
    },
    "LinkProjection" : {
      "Line" : { },
      "Features" : { }
    },
    "Offset" : {
      "DistanceFromStart" : 12345,
      "DistanceFromEnd" : 12345
    },
    "Extensions" : {
      "any" : { }
    }
  } ]
}