Hi, All!
Who knows, how in existing group to add one more element?
I find this metode "GroupedSymbols.Add"
In the document there is such example:
Code:
Dim MyObjects as Object, NewSym as Object
Set MyObjects = ThisDisplay.Symbols(1).GroupedSymbols
Set NewSym = MyObjects.Add(Label)
Set NewSym = MyObjects.Add(OrdinalNumber)
But "ThisDisplay.Symbols(1)" don't have metod GroupedSymbols.
I can select my group and my element, but I can't add this element in my group ((((
Any idea.