How to turn off line pattern

I use “mySegmentKey.GetLineAttributeControl().SetPattern” set some elements’s linepattern ,but sometimes I don’t want this elements show with parrten ,how to turn off linepattern

1 Like

You could use UnsetPattern() or something similar (e.g. UnsetEverything()).
See HOOPS Visualize HPS Documentation for details.

1 Like