ArcFM Engine Developer Guide
PathElement Method


Takes a Long as the element's index

Returns an IMMPathElementEx object

Given an index value (as Long), this method provides the IMMPathElementEx object.
Syntax
'Declaration
 
Sub PathElement( _
   ByVal Index As Integer, _
   ByRef pVal As IMMPathElementEx _
) 
'Usage
 
Dim instance As IMMEnumPathElement
Dim Index As Integer
Dim pVal As IMMPathElementEx
 
instance.PathElement(Index, pVal)
void PathElement( 
   int Index,
   out IMMPathElementEx pVal
)

Parameters

Index

Takes a Long as the element's index

pVal

Returns an IMMPathElementEx object

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

IMMEnumPathElement Interface
IMMEnumPathElement Members

 

 


Send Comment