Getting Layout Tab Name via the SheetSet API

Getting Layout Tab Name via the SheetSet API

Anonymous
Not applicable
415 Views
0 Replies
Message 1 of 1

Getting Layout Tab Name via the SheetSet API

Anonymous
Not applicable

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

0 Likes
416 Views
0 Replies
Replies (0)