How do I change the line width on a symbol in a scalebar

603
0
05-01-2018 03:45 PM
TomFlahive
New Contributor III

I've been able to successfully create a scalebar in code.  But I am now trying to change the line width on the scalebar.  In ArcGIS Pro, that width is changed here:

How would I make this change in code, assuming I've gotten this far:

var cimDefinition = lsaScaleBar.GetDefinition() as CIMDoubleFillScaleBar;
var cimSymbol = cimDefinition.FillSymbol1;

Thanks.

0 Kudos
0 Replies