Message 1 of 1
Getting Layout Tab Name via the SheetSet API

Not applicable
06-24-2020
04:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good afternoon,
When using the SheetSet manager API, I seem to be unable to get a layout tab value. I have an "AcSmAcDbLayoutReference" which I've referenced via an AcSmSheet object with the following code:
'...comp value is generated via sheetset enumerator:
Dim sheet As AcSmSheet = comp
Dim layout As AcSmAcDbLayoutReference = sheet.GetLayout()
Using the layout object above, when I reference layout.getName() it doesn't seem to get the actual layout tab name, rather it *seems* to get the layout title, so when I update the layout tab, this update isn't reflected in the sheetset loop. Is there a specific way to get a layout tab value via the SheetSet api?
Thanks