You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the file name of new command contains the spaces then the file with _Work.cs suffix will have wrong class name in generated code. I mean the new command which was created on the base Revit 2017 External Command Item Template. It happens because I use such code string:
sealed partial class $fileinputname$ {
I can't find more suitable variable instead of $fileinputname$.
So, don't use the spaces for new commands file names. :(((
The text was updated successfully, but these errors were encountered:
If the file name of new command contains the spaces then the file with
_Work.cs
suffix will have wrong class name in generated code. I mean the new command which was created on the baseRevit 2017 External Command
Item Template. It happens because I use such code string:sealed partial class $fileinputname$ {
I can't find more suitable variable instead of
$fileinputname$
.So, don't use the spaces for new commands file names. :(((
The text was updated successfully, but these errors were encountered: