SOLIDWORKS PDM Professional API Help Send Feedback
EdmUpdatedRefPath Structure
See Also  Members  
EPDM.Interop.epdm Namespace : EdmUpdatedRefPath Structure


Contains old and new path information for references that are moved or renamed by another client.

Syntax

Visual Basic 
Public Structure EdmUpdatedRefPath 
   Inherits System.ValueType
C# 
public struct EdmUpdatedRefPath : System.ValueType 
C++/CLI 
public value class EdmUpdatedRefPath : public System.ValueType 

Example

struct EdmUpdatedRefPath{
  string mbsRefOldPath;
  string mbsRefNewPath;
};

Remarks

This structure is returned by IEdmRefItem2::GetUpdatedPaths.

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP04