Share

AnnotationMultipleAlignmentUtils.ElementSupportsMultiAlign Method

Returns true if element can be aligned to other similar elements.


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

Syntax

C#

public static bool ElementSupportsMultiAlign(
	Element element
)

Parameters

element  Element
The element to align.

Return Value

Boolean
True if the element can be aligned using the multiple alignment commands, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?