RVTDocs.com

Alignment.GetAlignments(View)

Method
Description:
Returns all alignments visible in the given view.
Syntax
public static ICollection<Alignment> GetAlignments(
	View view
)
Parameters
Parameter Type Description
view View The view for which the alignments are returned.
Return Value