Value in Value in Custom Property
Value in Value in Custom Property
(OP)
In custom property I want to write: "RD1@Drawing View1@Part1.slddrw". But Part1 can also be expressed as $PRP:"SW-File Name". Is it possible in some way to replace <Part1> with <$PRP:"SW-File Name">?
This doesn't seems to work: "RD1@Drawing View1@$PRP:"SW-File Name".slddrw"
I use SW2009sp2.1
Thanks!
This doesn't seems to work: "RD1@Drawing View1@$PRP:"SW-File Name".slddrw"
I use SW2009sp2.1
Thanks!






RE: Value in Value in Custom Property
Why are you trying to put the filename in there? "RD1@DrawingView1" evaluates just fine without the "@Part1.slddrw" unless you're actually trying to link a property in one file to a dimension in another.
-handleman, CSWP (The new, easy test)
RE: Value in Value in Custom Property
RE: Value in Value in Custom Property
Do you know a way to get a edge length into custom property, without set a dimension. I have very many parts, and just want change it from the Task Scheduler (update custom property)
RE: Value in Value in Custom Property
Custom property links are also only one-way. Custom property values can be driven by dimension values, but dimensions cannot be driven by custom properties. The only way to change model dimensions based on custom properties is to use an equation. The left-hand side of the "=" sign should be the dimension you want to change. The right-hand side should be the custom property name in quotes.
-handleman, CSWP (The new, easy test)