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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of the layout.List<Split>
getSplits()
Returns the top-level splits of this layout.
-
-
-
Method Detail
-
getName
String 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
-
-