Message 1 of 3
Are there Immutable Family Type Parameters?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm curious if there is a way to create immutable(unchangeable) Family Type Parameters from the API or otherwise. I don't want the end user to be able to change the parameter.
If the user downloads the .rfa file from my database, I want certain parameters to stay immutable. Namely, I want to have my own GUID on the Family Type. In this way, if the user clicks on a Family Instance, I could see if it is one of my Families. I would check my immutable Ryan's Guid Parameter, and from there I can figure out which Family Type they downloaded from my database.