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


Contains information about a folder returned from IEdmBatchListing::GetFolders.

Syntax

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

Example

struct EdmListFolder{
  integer mlFolderID;
  integer mlParam;
  string mbsPath;
  object moColumnData;
};

See Also

Availability

Version 6.4 of SOLIDWORKS PDM Professional