SOLIDWORKS PDM Professional API Help Send Feedback
EdmBomColumnType Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmBomColumnType Enumeration


Types of Bill of Material (BOM) column content; specified in EdmBomColumn and in calls to IEdmBomCell:GetVar, and IEdmBomCell::SetVar.

Syntax

Visual Basic 
Public Enum EdmBomColumnType 
   Inherits System.Enum
C# 
public enum EdmBomColumnType : System.Enum 
C++/CLI 
public enum class EdmBomColumnType : public System.Enum 

Members

MemberDescription
EdmBomCol_Configuration21 = Name of the current configuration
EdmBomCol_Date3 = Modified date of file
EdmBomCol_DocType12 = Document
EdmBomCol_FileSize2 = File size in bytes
EdmBomCol_FileType10 = File type
EdmBomCol_FoundInVersion9 = Version where found
EdmBomCol_ID23 = File ID
EdmBomCol_LatestFileDate17 = File date of the latest version
EdmBomCol_LatestVersion4 = Latest version number of the file
EdmBomCol_LockDomain15 = Name of computer where file is checked out
EdmBomCol_LockedIn8 = Computer name and path of checked-out file
EdmBomCol_LockPath14 = File path of checked-out file
EdmBomCol_LockUser7 = Name of user who has checked out the file
EdmBomCol_LockUserID13 = ID of user who has checked out the file
EdmBomCol_LockViewID18 = ID of vault view where file is checked out
EdmBomCol_Name1 = File or folder name
EdmBomCol_PartNumber24 = Document name, configuration name, or user-specified name; used in BOM lists
EdmBomCol_Path5 = Path to file folder
EdmBomCol_RefCount11 = Reference count or BOM Quantity
EdmBomCol_RefCountNoBomQty25 = Reference count that is not multiplied by BOM quantity
EdmBomCol_RefVariable22 = Variable set on a reference to the file, e.g., position number, cut length, etc.
EdmBomCol_Shared19 = Number of folders in which the file is shared
EdmBomCol_State6 = File workflow state name + new line + file workflow state icon name
EdmBomCol_StateName16 = File workflow state name
EdmBomCol_Variable0 = This column is linked to a card variable

See Also