ArcFM Responder Mobile Developer Guide
PathElements Property (IMMFeedPath)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Property PathElements As IMMPathElement()
'Usage
 
Dim instance As IMMFeedPath
Dim value() As IMMPathElement
 
instance.PathElements = value
 
value = instance.PathElements
[System.Runtime.InteropServices.DispId(1610678274)]
IMMPathElement[] PathElements {get; set;}
read-write property PathElements: array of IMMPathElement; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get,set PathElements : IMMPathElement[]
[System.Runtime.InteropServices.DispId(1610678274)]
__property IMMPathElement*[]* get_PathElements();
__property void set_PathElements( 
   IMMPathElement*[]* value
);
[System.Runtime.InteropServices.DispId(1610678274)]
property array<IMMPathElement^>^ PathElements {
   array<IMMPathElement^>^ get();
   void set (    array<IMMPathElement^>^ 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

IMMFeedPath Interface
IMMFeedPath Members

Send Feedback