Material object model support for heel property
The object has been updated to include a property called
Container
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