Sections Data Type

Implemented Interfaces
Serializable
Properties
name data type description
AffectedSection array of AffectedSectionStructure

Example

{
  "AffectedSection" : [ {
    "SectionRef" : {
      "value" : "..."
    },
    "LinkProjection" : {
      "Line" : { },
      "Features" : { }
    },
    "Offset" : {
      "DistanceFromStart" : 12345,
      "DistanceFromEnd" : 12345
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "SectionRef" : {
      "value" : "..."
    },
    "LinkProjection" : {
      "Line" : { },
      "Features" : { }
    },
    "Offset" : {
      "DistanceFromStart" : 12345,
      "DistanceFromEnd" : 12345
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  } ]
}