Copy link to clipboard
Copied
Hello All,
I would like to know how to access the following properties of page item object using C++ code.
How can I do that?
I tried following but it returns null, I must be doing something wrong
InterfacePtr<IExportTagValues> exporTagValues(pageItemUIDRef, UseDefaultIID());
Thank You!!
I got my answer from code snippets. File named SnpInspectSelectionXMLProperties.cpp has function named
InspectLayoutObject
Thank you!!
Copy link to clipboard
Copied
Hello All,
I would like to know how to access the following properties of page item object using C++ code.How can I do that?
I tried following but it returns null, I must be doing something wrong
InterfacePtr<IExportTagValues> exporTagValues(pageItemUIDRef, UseDefaultIID());
Thank You!!
By @Chetan S
Other than spotting typo - should be exportTagValues - not sure if I can help you more.
Which tags do you want to process? XML?
Copy link to clipboard
Copied
I got my answer from code snippets. File named SnpInspectSelectionXMLProperties.cpp has function named
InspectLayoutObject
Thank you!!