'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public ReadOnly Property AreaElements As AENodeElement()
'Usage
Dim instance As AEAreaOrSourceDialog Dim value() As AENodeElement value = instance.AreaElements
[ElementsNotNull()] [NotNull()] public AENodeElement[] AreaElements {get;}
[ElementsNotNull()] [NotNull()] public: property array<AENodeElement^>^ AreaElements { array<AENodeElement^>^ get(); }