Ticket #1552 (closed defect: fixed)
Incorrect signature for Dataset.BuildOverviews in C# bindings
| Reported by: | jbeverage | Owned by: | tamas |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.0 |
| Component: | CSharpBindings | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The signature for Dataset.BuildOverviews? in the C# bindings is: int BuildOverviews?(string resampling, int overviewlist)
The C++ signature has many more arguments, and it seems like at the very least you have to pass in an array of overview levels instead of just a single int for the overviewlist to have the method do anything meaningful.
Change History
Note: See
TracTickets for help on using
tickets.
