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


Contains information about generated items.

Syntax

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

Example

struct EdmGenItemInfo{
  integer mlFileID;
  integer mlFileParentFolderID;
  string mbsConfiguration;
  integer mlFileVersion;
  string mbsFileFolderPath;
  string mbsFileName;
  integer mlItemID;
  integer mlItemParentFolderID;
  enum EdmItemLinkType meLinkType;
  string mbsItemFolderPath;
  string mbsItemName;
  string mbsItemAlternativeName;
  integer mhResult;
};

Example

Remarks

See Also

Availability

SOLIDWORKS PDM Professional 2010