| Visual Basic | |
|---|---|
Public Enum EdmFileType Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmFileType : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmFileType : public System.Enum | |
| Member | Description |
|---|---|
| Edmft_CutListItem | 5 = SOLIDWORKS cut list item |
| Edmft_InternalComponent | 2 = A SOLIDWORKS internal part or assembly |
| Edmft_Item | 4 = IEdmItem |
| Edmft_Normal | 1 = File system file |
| Edmft_Nothing | 0 = Error |