Package com.solibri.smc.api.model
Interface Building
-
public interface Building
Represents a building in a model.- Since:
- 9.10.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of this building.
-
-
-
Method Detail
-
getName
String getName()
Returns the name of this building.- Returns:
- the name of this building
- Since:
- 9.10.3
-
-