Prod.: Engine, ver.: 6021, ID: 60001529, Wish : Easy reference for vdXproperties collection

Wish : Easy reference for vdXproperties collection

Article60001529
TypeWish
ProductEngine
Version6021
Date Added11/1/2011
FixedYes [11/1/2011]
Submitted bystavros meimaroglou
Keywords

Subject

Easy reference for vdXproperties collection

Summary

Easy reference for vdXproperties collection

Solution

In version 6022 a new string type item value was added.

example:

//Set the PropValue property to "1234" for a vdXproperty with name "MYPROPERTY".if not exist creates a new vdXproperty with name "MYPROPERTY" and add it to XProperties collection

 fig.XProperties["MYPROPERTY"] = "1234";

//get the PropValue of vdXproperty with name "MYPROPERTY".if not exist creates a new vdXproperty with name "MYPROPERTY" and add it to XProperties collection

object propvalue = fig.XProperties["MYPROPERTY"] ;