ArcFM Engine Developer Guide
Elements Field


The elements that are persisted
Syntax
'Declaration
 
<XmlElementAttribute("Element")>
Public ReadOnly Elements As List(Of Element)
'Usage
 
Dim instance As State
Dim value As List(Of Element)
 
value = instance.Elements
[XmlElement("Element")]
public readonly List<Element> Elements
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

State Class
State Members

 

 


Send Comment