ArcFM Responder Mobile Developer Guide
LoopElements Property (MMFeedPathClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
Public Overridable Property LoopElements As IMMLoopElement()
'Usage
 
Dim instance As MMFeedPathClass
Dim value() As IMMLoopElement
 
instance.LoopElements = value
 
value = instance.LoopElements
[System.Runtime.InteropServices.DispId(1610678276)]
public virtual IMMLoopElement[] LoopElements {get; set;}
public read-write property LoopElements: array of IMMLoopElement; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
public function get,set LoopElements : IMMLoopElement[]
[System.Runtime.InteropServices.DispId(1610678276)]
public: __property virtual IMMLoopElement*[]* get_LoopElements();
public: __property virtual void set_LoopElements( 
   IMMLoopElement*[]* value
);
[System.Runtime.InteropServices.DispId(1610678276)]
public:
virtual property array<IMMLoopElement^>^ LoopElements {
   array<IMMLoopElement^>^ get();
   void set (    array<IMMLoopElement^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMFeedPathClass Class
MMFeedPathClass Members

Send Feedback