Edit in-place family material via Revit api

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings Revit Community
I would like to ask for help with my plug-in function, I will head straight into the issue
The goal:
1. get in-place Family instance
2. get the generic forms and iterate them to change the material of them, I only want simple change, different material with different color
The issue:
I could not edit the in-place family because of the API limit on editing this instance
I searched all around to find a way to change the material of the in-place family but no hope
from my search I found on this post
https://forums.autodesk.com/t5/revit-api-forum/family-in-place-api/m-p/7082088/highlight/true#M22819
this is from 2019, while I understand it's not a priority for the development team, I would like to ask to give it more
priority for this case, as many developers are facing the same issue from my search but different goals
if anyone knows a way to change in-place family instance generic forms material, I will appreciate it
thanks in advance for any help