ArcFM Engine Developer Guide
PersistedData Field


Serializes the list of data needed by this object to restore itself to its previous state.
Syntax
'Declaration
 
<XmlArrayItemAttribute("Item")>
Public PersistedData As PersistDataItem()
'Usage
 
Dim instance As CommandLayout
Dim value() As PersistDataItem
 
value = instance.PersistedData
 
instance.PersistedData = value
[XmlArrayItem("Item")]
public PersistDataItem[] PersistedData
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CommandLayout Class
CommandLayout Members

 

 


Send Comment