| Revit 2020.1 API |
| AttachmentType Enumeration |
| See Also |
Enum determining whether a link is an attachment or an overlay
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2012
Since:
2012
Syntax
| C# |
|---|
public enum AttachmentType |
| Visual Basic |
|---|
Public Enumeration AttachmentType |
| Visual C++ |
|---|
public enum class AttachmentType |
Members
| Member name | Description |
|---|---|
| Overlay | The link is an overlay, only meant to be seen in this file. If the host is linked into another file, the link will not be brought along. |
| Attachment | The link is an attachment. If the host file is linked into another file, the link will also be brought along. |