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


Items to return from IEdmRefItemContainer::GetItems.

Syntax

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

Members

MemberDescription
Edmrit_All2 = Return all items in the container (recursively)
Edmrit_Roots1 = Return only root items in the container

See Also