Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm trying to set value for Cut with Void When Loaded Parameter in Family Document but familyParameter return null;
I checked newFamilyDocument != null.
Whether I did it right or not ? And how to fix it.
Many thanks !
FamilyParameter familyParameter = newFamilyDocument.FamilyManager.get_Parameter(BuiltInParameter.FAMILY_ALLOW_CUT_WITH_VOIDS); //familyParameter return null when debug.
newFamilyDocument.FamilyManager.Set(familyParameter, 1);
Solved! Go to Solution.