CurtainGrid.Grid1Justification Property

CurtainGridGrid1Justification Property

The justification for the U grid line pattern of the curtain grid.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public CurtainGridAlignType Grid1Justification { get; set; }
Public Property Grid1Justification As CurtainGridAlignType
	Get
	Set
public:
property CurtainGridAlignType Grid1Justification {
	CurtainGridAlignType get ();
	void set (CurtainGridAlignType value);
}
member Grid1Justification : CurtainGridAlignType with get, set

Property Value

CurtainGridAlignType
See Also