Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Accessing export tagging properties (ExportTagData)

Explorer ,
Apr 11, 2024 Apr 11, 2024

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

 

TOPICS
SDK
172
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Apr 14, 2024 Apr 14, 2024

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

InspectLayoutObject

 

Thank you!!

Translate
Community Expert ,
Apr 11, 2024 Apr 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?

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 14, 2024 Apr 14, 2024
LATEST

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

InspectLayoutObject

 

Thank you!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines