Opened 12 years ago
Closed 12 years ago
#2103 closed defect (fixed)
MgLayerBase::GetFeatureGeometryName is tagged incorrectly
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The MgLayerBase::GetFeatureGeometryName does not have a read-only property created for .net because it is tagged with
_get
instead of
__get
It's too late to do API changes for 2.4, so fix this post-2.4
Note:
See TracTickets
for help on using tickets.
Fixed r6991