problems with arguments in executecommand method

Date : Thu, 27 Sep 2007 21:03:18 +0100
To : <XSI(at)Softimage.COM>
From : "kim aldis" <xsi(at)kim-aldis.co.uk>
Subject : problems with arguments in executecommand method

Calling ExecuteCommand as below, the argument I’m giving it is appearing as Null in the history pane. oUVSpace  is a uvspace and I know it’s valid and of the correct type. Ring any bells with anyone?

 

Cheers.

 

ValueArray inArgs;

inArgs[0] = CValue( oUVSpace.GetFullName() );

Application().LogMessage( L"Args " + inArgs[0].GetAsText() );

 

Application().ExecuteCommand( L"ApplyKA_UVGrid", inArgsB, outArg );

 

 

 


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.