Uses of Interface
com.solibri.smc.api.model.Property
-
Packages that use Property Package Description com.solibri.smc.api.model -
-
Uses of Property in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that return types with arguments of type Property Modifier and Type Method Description Set<Property<?>>
PropertySet. getProperties()
Returns a set of properties in the property set.<T> Optional<Property<T>>
PropertySet. getProperty(String propertyName)
Returns an optional of the property in the property set with the given name.
-