Question on AddSlabStyle function

Help on built-in function AddSlabStyle

| AddSlabStyle(…)
| AddSlabStyle(name: str, profileTemplateId: Guid) → Guid
|

Could someone explain to me what I should be filling in for the profileTemplateId parameter? Also why is this a necessary parameter when creating slab style?

Hi @Julius3,

I checked the code and this is a bug: this parameter is not used. Probably a typo when copying the function from AddDoorStyle. You can just ignore the parameter and pass a Guid.Empty as it’s not used.

Enric

1 Like