AttachmentType Enumeration |
Enum determining whether a link is an attachment or an overlay
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum AttachmentType
Public Enumeration AttachmentType
public enum class AttachmentType
MembersMember name | Value | Description |
---|
Overlay | 2 |
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 | 3 |
The link is an attachment. If the host file is linked into
another file, the link will also be brought along.
|
See Also