How do I change "Source Bodies" property in Imported Temperature Load?
Ayush Kumar
Member, Moderator, Employee Posts: 452
✭✭✭✭
Answers
-
# Set "Source Bodies" to "All" load.PropertyByName("PROPID_SourceBodies").InternalValue = 0 # Set "Source Bodies" to "Manual" load.PropertyByName("PROPID_SourceBodies").InternalValue = 1 # Set "Source Bodies" to "Automatic" load.PropertyByName("PROPID_SourceBodies").InternalValue = 2
0