"RenderAppearence" property of a Material element in the Revit API

"RenderAppearence" property of a Material element in the Revit API

nryrevup
Observer Observer
345 Views
1 Reply
Message 1 of 2

"RenderAppearence" property of a Material element in the Revit API

nryrevup
Observer
Observer
While investigating the "RenderAppearence" property of a Material element in the Revit API, I encountered AssetProperties of the type AssetPropertyReference.

However, the docs don't explain what they mean or how to obtain further information from them. Could someone explain to me what an AssetPropertyReference is and how I can resolve it to a "more concrete" type that allows me to determine the information it is referring to?
0 Likes
346 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
http://discussion.autodesk.com/forums/thread.jspa?threadID=762488&tstart=0
Check out this thread where I wrote a sample routine that allows you to use these objects. Basically you are looking at a custom data storage object, that can store many kinds of data.
jvj
0 Likes