LayerName DrawingView property

Hi,

I am trying to set the LayerName property of drawing views. Does anybody know how to do this? I can access all the other properties through the IDrawingView Interface but the LayerName seems to be missing.

Does anybody have an idea of how to set this property?

Thanks,

Jure

Use IPropertyContainer to get the IProperty by name.

This worked, thank you very much :smiley: