In the API help I can see that to modify features (like sheetmetal, holes etc.) I have to use commands like CurFeature.ModifyDefinition(FeatData, Model, Component) and FeatData.ReleaseSelectionAccess to make changes take effect. How do I "modify" custom properties - what command do I need to update the SW-file with my changes?