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


Contains information about a column in a file listing.

Syntax

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

Example

struct EdmListCol{
  string mbsCaption;
  integer mlEdmListColFlags;
  enum EdmColType meColType;
  integer mlVariableID;
  enum EdmVariableType meVarType;
  integer mlWidth;
}

Example

Remarks

Also see the IEdmSearch10 examples.

This structure is returned by IEdmSearchResult6::GetCustomColumnsInfo.

See Also

Availability

Version 6.4 of SOLIDWORKS PDM Professional