KB-36869: Changing the name of an XObject’s instance at runtime.

Question:

How can I change the name of an XObject’s instance at runtime?

Solution:

To do so, just edit the instance’s Name property.

Example:

Application.GetObject(“Data.XO_Folder”).Item(2).Name = “NewNameXO_02”
Application.GetObject(“Data”).Save()

However, links between the XObject and other objects become invalid after editing the instance’s name.

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *