ArcFM Responder Mobile Developer Guide
PathElement Method (IMMEnumPathElement)






Syntax
'Declaration
 
Sub PathElement( _
   ByVal Index As System.Integer, _
   ByRef pVal As IMMPathElementEx _
) 
'Usage
 
Dim instance As IMMEnumPathElement
Dim Index As System.Integer
Dim pVal As IMMPathElementEx
 
instance.PathElement(Index, pVal)
void PathElement( 
   System.int Index,
   out IMMPathElementEx pVal
)
procedure PathElement( 
    Index: System.Integer;
   Out  pVal: IMMPathElementEx
); 
function PathElement( 
   Index : System.int,
   pVal : IMMPathElementEx
);
void PathElement( 
   System.int Index,
   [PARAMFLAG::Out] IMMPathElementEx* pVal
) 
void PathElement( 
   System.int Index,
   [Out] IMMPathElementEx^ pVal
) 

Parameters

Index
pVal
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

IMMEnumPathElement Interface
IMMEnumPathElement Members

Send Feedback