I want to see long description value in properties of the vla-object

I want to see long description value in properties of the vla-object

Anonymous
Not applicable
753 Views
4 Replies
Message 1 of 5

I want to see long description value in properties of the vla-object

Anonymous
Not applicable

Hello,

 

if i select one element in plant 3d (for example elbow) and transform it into vla-object I receive following:

 

Befehl: (vlax-dump-object vlaobject1 T)
; IAcPnP3dPipeInlineAsset: IAcPnP3dPipeInlineAsset-Schnittstelle
; Eigenschaftswerte:
; Application (RO) = #<VLA-OBJECT IAcadApplication 000000013fe051a8>
; Document (RO) = #<VLA-OBJECT IAcadDocument 000000004de164a8>
; EndType (RO) = "BV"
; EntityTransparency = "VonLayer"
; Facing (RO) = ""
; Handle (RO) = "467"
; HasExtensionDictionary (RO) = 0
; Hyperlinks (RO) = #<VLA-OBJECT IAcadHyperlinks 000000004c471368>
; InsulationThickness (RO) = ""
; InsulationType (RO) = ""
; Layer = "0"
; LineNumberTag (RO) = ""
; Linetype = "ByLayer"
; LinetypeScale = 1.0
; Lineweight = -1
; Material = "ByLayer"
; MaterialCode (RO) = ""
; ObjectID (RO) = 42
; ObjectName (RO) = "AcPpDb3dPipeInlineAsset"
; OwnerID (RO) = 43
; PartFamilyLongDesc (RO) = "Rohrbogen 45 Grad DIN 11865 ISO H2"
; PlotStyleName = "Farbe_7"
; PnPClassName (RO) = "Elbow"
; PnPMaterial (RO) = ""
; PressureClass (RO) = ""
; Schedule (RO) = ""
; Service (RO) = ""
; Size (RO) = "25"
; Spec (RO) = "SPADE16NP14404"
; Status (RO) = "New"
; Tag (RO) = ""
; TieInNumber (RO) = ""
; TrueColor = #<VLA-OBJECT IAcadAcCmColor 0000000060aeed30>
; Visible = -1
; WallThickness (RO) = "2"

 

Partfamilylongdescription is visible , but not the long description of the elbow itself. How it can be included in properties of the vla-object?

 

Thanks in advance.

N

0 Likes
Accepted solutions (1)
754 Views
4 Replies
Replies (4)
Message 2 of 5

h_eger
Mentor
Mentor

Dear @Anonymous ,

 

i think your question is better on this blog.

 

https://adndevblog.typepad.com/Autocad/

-

If my reply was helpful, please give a "Kudo" or click the "Accept as Solution" button below (or both).

Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn

EESignature



0 Likes
Message 3 of 5

Anonymous
Not applicable

Hello,

 

thx for the advice...unfortunatelly I see no soultion on the dev blog. There is also no forum there as I can see.

 

BR

N

0 Likes
Message 4 of 5

jabowabo
Mentor
Mentor
Accepted solution

You cannot see the PartSizeLongDescription with the vlax properties because it doesn't exist in this context. It's found within the project database only. LISP routines cannot access this info. It can be accessed through the .net API and SQL however.

Message 5 of 5

Anonymous
Not applicable

OK. Thx

0 Likes