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


Bill of Materials row insertion options for IEdmBomView2::InsertRow.

Syntax

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

Members

MemberDescription
EdmBomInsertRowOption_AboveRow0 = Insert the new row above the specified row
EdmBomInsertRowOption_AsChild2 = Insert the new row as a child of the specified row
EdmBomInsertRowOption_BelowRow1 = Insert the new row below the specified row

See Also