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


Contains broken parent information.

Syntax

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

Example

struct EdmBrokenParentInfo{
  integer mlParentFileID;
  integer mlParentFolderID;
  string mbsParentName;
  integer mlChildFileID;
  integer mlChildFolderID;
  string mbsChildName;
};

See Also

Availability

SOLIDWORKS PDM Professional 2013