Message 1 of 1
SetTextComponentOverride Broken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Civil 3D 2027 is the SetTextComponentOverride broken?
It replaces the text, but doesn't evaluate any of the non-modified properties. Opening the "Edit Label Text", pressing OK, then evaluates the Text Compenent as expected.
if (hasTxtCompenentChange) { label.UpgradeOpen(); txtComponent.UpgradeOpen(); label.SetTextComponentOverride(txtComponentObjId, txt); label.SetRegAppName("Yes", RegAppName); labelCount++; }