Message 1 of 5
Text Style Set Background, Color, Arrow Style
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been working with creating text types for awhile.
I'm currently using C#: - Revit 2013
// Create a duplicate
Element ele = textNote.TextNoteType.Duplicate(txtType);
TextNoteType noteType = ele as TextNoteType;I can easily change Font Type to Arial Narrow along with almost everything else.
noteType.get_Parameter("Text Font").Set("Arial Narrow");
I cannot find any information on the following:
- How do I set Text Style Background?
- How do I set Text Style Color?
- How do I set Text Style Keep Readable option?
- How do I set Text Style Project Leader Arrowhead Style?