BinSize C# example

Hi there, i’m looking for an example to make a BinSize pin on my plug, basically it’s an obj exporter, so i want to add functionality to store subsets also, what i’m after is thouse binsize -2, -3 implementations, i’m mostlikely i can do if (binsize < 0), but is there another way? Or an code snippet somewhere illustrating that?

can’t you use the existing implementation by just doing following?
ISpread<ISpread<MyType>>

if not, here’s how it’s implemented


in the Sync method

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.