Package com.solibri.smc.api.layout
Interface Layout
public interface Layout
Layout is a single "tab" in the software. A Layout contains views inside it in some formation. A Layout also has a
 name and unique identifier.
- Since:
- 9.10.8
- 
Method Summary
- 
Method Details- 
getNameString getName()Returns the name of the layout. This might not be the text visible in the UI as the UI text could be localized.- Returns:
- the name of the layout
- Since:
- 9.10.8
 
- 
getSplitsReturns the top-level splits of this layout.- Returns:
- the splits
- Since:
- 9.10.8
 
 
-