Message 1 of 3
How to ITab<> class with .NET c#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
ITab<IPoint3> pnts = Global.Tab.Create<IPoint3>();
ITab<IntPtr> adr = Global.Tab.Create<IntPtr>();
Are there any code snippets available that show usage of ITab<> class and its functions with max .net.
thanks