Modifying Simplified Representations
Methods and Properties Introduced:
Using the VB API, you can modify the attributes of existing simplified representations. After you create or retrieve a simplified representation, you can make calls to the methods listed in this section to designate new values for the fields in the IpfcSimpRepInstructions object.
To modify an existing simplified representation retrieve it and then get the
IpfcSimpRepInstructions object by calling
IpfcSimpRep.GetInstructions(). If you created the representation programmatically within the same application, the
IpfcSimpRepInstructions object is already available. Once you have modified the data object, reassign it to the corresponding simplified representation by calling the method
IpfcSimpRep.SetInstructions().