ColumnAttachment.GetColumnAttachment
Description:
Look up a column attachment. There is at most one attachment on the base and one on the top.
Look up a column attachment. There is at most one attachment on the base and one on the top.
Overloads (2):
GetColumnAttachment(FamilyInstance,Int32)
public static ColumnAttachment GetColumnAttachment(
FamilyInstance column,
int baseOrTop
)
-
columnA column.
-
Int32baseOrTop0 for base, 1 for top.
Return Value
ColumnAttachment
The column attachment for the base or top of the column, or if that end
of the column is unattached.
-
A non-optional argument was null
-
baseOrTop must be either 0 or 1.