Skip to main content
Inspiring
April 11, 2024
Answered

Accessing export tagging properties (ExportTagData)

  • April 11, 2024
  • 2 replies
  • 303 views

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!!

 

This topic has been closed for replies.
Correct answer Chetan S

I got my answer from code snippets. File named SnpInspectSelectionXMLProperties.cpp has function named 

InspectLayoutObject

 

Thank you!!

2 replies

Chetan SAuthorCorrect answer
Inspiring
April 15, 2024

I got my answer from code snippets. File named SnpInspectSelectionXMLProperties.cpp has function named 

InspectLayoutObject

 

Thank you!!

Robert at ID-Tasker
Legend
April 11, 2024
quote

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?