Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get Object from a ACAD_OC Dictionary #248

Open
sigster opened this issue Jan 12, 2024 · 1 comment
Open

How to get Object from a ACAD_OC Dictionary #248

sigster opened this issue Jan 12, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@sigster
Copy link

sigster commented Jan 12, 2024

Hi

wonder if someone can help me with this

I need to get info about object in Dictionary

ACAD_OC
Test - 10.02.2020 - Copy = just a path to a file
32mm = Polyline
600L 480mm br = block
72 Fiber = Polylinee

AUdic

Regards
Sigster

@DomCR DomCR added the help wanted Extra attention is needed label Jan 12, 2024
@DomCR
Copy link
Owner

DomCR commented Jan 12, 2024

Hi @sigster

In the image you seem to be looking at the equivalent in ACadSharp CadDocument.RootDictionary, you may be able to access into the dictionary using CadDocument.RootDictionary["ACAD_OC"] which I'm guessing that it will be another dictionary that you can access into their entries and get the values.

Let me know if this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants