Material object model support for heel property
The
Container
object has been updated to include a property called
heel
.Assigning a new heel property, like all material objects, requires replacing the whole container:
InsertContainer(objContainer as Container)
or updating an existing container by updating the whole object:
UpdateContainer(objContainer as Container)
Provide Feedback