Share

ColumnAttachment.IsValidTarget(Boolean, Element) Method

Says whether the element can be used as a target for a new attachment.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static bool IsValidTarget(
	bool forSlantedColumn,
	Element target
)

Parameters

forSlantedColumn  Boolean
If true, check whether the target is valid for a slanted column; if false, check whether the target is valid for a vertical column.
target  Element
A proposed target element for a column attachment.

Return Value

Boolean

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

Valid targets are roofs, floors, ceilings, levels. Beams and braces are valid targets, except for slanted columns.

See Also

Reference

Was this information helpful?