API to rename a feature name
API to rename a feature name
(OP)
Hello,
We would like to create a macro that automatically renames a line (e.g. line.3) to "line.centered".
Is there an API that can rename a feature name? We could not find one in the documentation. Also, we recorded a macro while renaming a feature, but no code was generated.
Kind regards,
Joseph
We would like to create a macro that automatically renames a line (e.g. line.3) to "line.centered".
Is there an API that can rename a feature name? We could not find one in the documentation. Also, we recorded a macro while renaming a feature, but no code was generated.
Kind regards,
Joseph





RE: API to rename a feature name
oMyLine.Name = "TheNewNameYouWant"
Best regards,
Joseph