Opened 14 years ago

Closed 13 years ago

#3269 closed defect (wontfix)

implementation of shapeObj.line

Reported by: bveldkamp Owned by: tamas
Priority: normal Milestone:
Component: MapScript-C# Version: 5.6
Severity: normal Keywords:
Cc:

Description

In MapScript C#, shapeObj.line returns a single lineObj, instead of an array of lineObj, even though shape.numlines > 1. Similarly, lineObj.point returns a single pointObj instead of an array.

Change History (1)

comment:1 by tamas, 13 years ago

Resolution: wontfix
Status: newclosed

This property is unintentionally exposed and being removed in 6.0 (r11080) shapeObj.get(index) should be used instead.

Note: See TracTickets for help on using tickets.