Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Darkforce_the_ilogic_guy
409 Views, 6 Replies

wrong reading of Desity. why and how to fix it ?

I have a code that read the Density.  but some times it read it wrong ... is there a way to fix it ?

 

My current code look somthing close to this,  but if I run it on the files I send it say densit is = 1 but it is 3,141 .  normaly I can just make small change in the file... and it will fix it .. but I would like to have the right number always.. is that possible ?.. My real code run on an assambly 

Dim rDoc As Document
rDoc = ThisDoc.Document
Dim docPropertySet As PropertySet
docPropertySet = rDoc.PropertySets.Item("Design Tracking Properties")
Dim test

test = docPropertySet.Item("Density").Value

MsgBox(test)

 

 

Darkforce_the_ilogic_guy_0-1688638470195.png

 

Darkforce_the_ilogic_guy_1-1688638482824.png