PDA

View Full Version : Inspecting CPSET


Sinchi
05-01-2008, 05:50 PM
Hi guys,

Lets say I have a Custom Parameter Set child of another Custom Parameter Set.
When I inspect the parent CPSET the PPG shows the 2 CPSETS.
Does anyone have a clue of how to inspect only the parent CPSET without showing the child one?

Thanks for any clues ! :)

StephenBlair
05-01-2008, 07:44 PM
If you have this:

cube
- CustomPset
- CustomPset

then try this:

InspectObj( "cube.CustomPSet", "General" );

Sinchi
05-02-2008, 10:23 AM
Wow, if feel stupid because I did read the doc before asking, but I completely missed that argument!

That is exactly what I was looking for!

Thanks a lot Stephen