The ColumnAttachment type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddColumnAttachment
Attaches the column to the target. If an attachment already exists with the same "baseOrTop" value, no attachment is made.
Public methodDispose
Releases all resources used by the ColumnAttachment
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetColumnAttachment(FamilyInstance, ElementId)
Look up a column attachment by specifying the target id.
Public methodStatic memberGetColumnAttachment(FamilyInstance, Int32)
Look up a column attachment. There is at most one attachment on the base and one on the top.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsValidColumn
Says whether a FamilyInstance supports column attachments.
Public methodStatic memberIsValidTarget(Boolean, Element)
Says whether the element can be used as a target for a new attachment.
Public methodStatic memberIsValidTarget(FamilyInstance, Element)
Says whether the element can be used as a target for a new attachment.
Public methodStatic memberRemoveColumnAttachment(FamilyInstance, ElementId)
Removes any attachment of the column to the specified target.
Public methodStatic memberRemoveColumnAttachment(FamilyInstance, Int32)
Removes an attachment at the top or base of a column, if there is one.
Public methodSetJustification
Setter of ColumnAttachmentJustification
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAttachOffset
The offset of the column attachment.
Public propertyBaseOrTop
Identifies if this ColumnAttachment is at the base or top of the column.
Public propertyCutStyle
Identifies whether the column, or the attached element should be cut (or if neither should be cut).
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyJustification
Identifies the type of justification to apply to this ColumnAttachment.
Public propertyTargetId
The id of the element that is attached to the column and is described by this ColumnAttachment.

See Also