Message 1 of 2
Import Inventor API to use GetLayers() in iLogic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, i want to get the 3D Layers of my Factory Layout via iLogic. I am able to import the Factory API but GetLayers() function seems to be part of the normal Inventor API.
What do i need to Import to use this function?
Here is a link to the Help page where the Function is shown: LINK
Here is the code i want to use in iLogic (NOT VBA):
var layers = api.GetLayers(layout); System.Windows.MessageBox.Show(layers.Length.ToString(), “Get – COUNT”);