ItemFileLnkTypOpt Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
An enumeration of Item-File Link types. This is a flag enumeration, which means they can be joined together and passed as a single parameter.
Syntax
public enum ItemFileLnkTypOpt : System.Enum Public Enum ItemFileLnkTypOpt
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Primary | A link to the file that the Item was created from. |
| PrimarySub | A primary sub component. |
| Secondary | A link to a file with an equivalent part. |
| SecondarySub | A secondary sub component. |
| StandardComponent | A link to a standard component in the design file. |
| Tertiary | A link to an associated design file. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.ItemFileLnkTypOpt