SOLIDWORKS PDM Professional API Help Send Feedback
GetUpdatedPaths Method (IEdmRefItem2)
See Also 
EPDM.Interop.epdm Namespace > IEdmRefItem2 Interface : GetUpdatedPaths Method (IEdmRefItem2)


ppoUpdatedPathArr
Array of EdmUpdatedRefPaths
Gets the old and new paths of references that have been moved or renamed by another client.

Syntax

Visual Basic 
Sub GetUpdatedPaths( _
   ByRef ppoUpdatedPathArr() As EdmUpdatedRefPath _
) 
C# 
void GetUpdatedPaths( 
   out EdmUpdatedRefPath[] ppoUpdatedPathArr
)
C++/CLI 
void GetUpdatedPaths( 
&   [Out] array<EdmUpdatedRefPath>^ ppoUpdatedPathArr
) 

Parameters

ppoUpdatedPathArr
Array of EdmUpdatedRefPaths
 

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP04