Hmm, PropertyName returns the right thing, but SupportName returns nothing.

x = CreateProjection("cylinder", siTxtPlanarXY, siTxtDefaultSpherical,
"asdfasdfasdTexture_Ssdfupport", "Texture_Projection", null, siRelDefault,
null);
LogMessage( x.Value("SupportName") == null ) // TRUE

LogMessage( x.Count ); // 2
LogMessage( x(0) == "" ); // TRUE
LogMessage( x(1) ); // the name of the texture property



On Wed, Jan 15, 2014 at 9:31 AM, Eugen Sares <[email protected]> wrote:

>  Hi, short question:
> in JScript, how do I get the texture support object that the
> CreateProjection() command returns (via ISIVTCollection)?
> Just can't figure...
>
> Thanks!
> Best,
> Eugen
>
>
> ------------------------------
>    <http://www.avast.com/>
>
> Diese E-Mail ist frei von Viren und Malware, denn der avast! 
> Antivirus<http://www.avast.com/>Schutz ist aktiv.
>
>

Reply via email to