|
ED
|
avaliable
|
RT
|
not used
|
Insert a symbol from the symbol-library by its name as
string.
Sub zenOn_DynPicture_InsertSymbol() 'Declarations Dim zPic As DynPicture 'Initialize zPic with the start picture Set zPic = MyWorkspace.ActiveDocument.DynPictures.Item("START") 'Insert linked symbol "Brake motor" from the category "F_Motors" to the start picture zPic.InsertSymbol "Brake motor", "F_Motors", True End Sub