ColumnAttachment Members


The ColumnAttachment type exposes the following members.

Methods

Name Description
Public method Static member AddColumnAttachment
Attaches the column to the target. If an attachment already exists with the same "baseOrTop" value, no attachment is made.
Public method Dispose
Releases all resources used by the ColumnAttachment
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method Static member GetColumnAttachment(FamilyInstance, ElementId)
Look up a column attachment by specifying the target id.
Public method Static member GetColumnAttachment(FamilyInstance, Int32)
Look up a column attachment. There is at most one attachment on the base and one on the top.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method Static member IsValidColumn
Says whether a FamilyInstance supports column attachments.
Public method Static member IsValidTarget(Boolean, Element)
Says whether the element can be used as a target for a new attachment.
Public method Static member IsValidTarget(FamilyInstance, Element)
Says whether the element can be used as a target for a new attachment.
Public method Static member RemoveColumnAttachment(FamilyInstance, ElementId)
Removes any attachment of the column to the specified target.
Public method Static member RemoveColumnAttachment(FamilyInstance, Int32)
Removes an attachment at the top or base of a column, if there is one.
Public method SetJustification
Setter of ColumnAttachmentJustification
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property AttachOffset
The offset of the column attachment.
Public property BaseOrTop
Identifies if this ColumnAttachment is at the base or top of the column.
Public property CutStyle
Identifies whether the column, or the attached element should be cut (or if neither should be cut).
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property Justification
Identifies the type of justification to apply to this ColumnAttachment.
Public property TargetId
The id of the element that is attached to the column and is described by this ColumnAttachment.

See Also