Package com.solibri.smc.api.ito
Interface ItoRow
-
public interface ItoRowItoRow represent a single row in information takeoff results.- Since:
- 9.10.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ItoValue<? extends Object>>getValues()Returns a list of calculated values from this row.
-