Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

.Net remoting properties

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
User avatar
dekacko
Posts: 3
Joined: 07 Mar 2016, 11:50

.Net remoting properties

Post by dekacko » 07 Mar 2016, 11:59

Hi,

I am trying to write wrapper to handle all aviable externals. ints, floats, strings, color etc. are all ok, but I came across a problem with enumeration type.

call like this always ends up with error for enum

IExternalCollection externals = scene.Externals;
foreach(IExternalProperty iep in externals)
{
Console.WriteLine(iep.Value);
}

Is there any way to get more info about enum externals? keys, values?

Any help would be much appreciated

Post Reply