Package com.solibri.smc.api.model
Interface PropertyReference
public interface PropertyReference
This interface represents a reference to a property.
- Since:
- 9.10.2
-
Method Summary
Modifier and Type Method Description String
getPropertyName()
Returns the name of the referred property.String
getPropertySetName()
Returns the name of the referred property set.
-
Method Details