CurtainGrid.Grid2Offset Property

CurtainGridGrid2Offset Property

The offset for V grid line pattern of the curtain grid.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double Grid2Offset { get; set; }
Public Property Grid2Offset As Double
	Get
	Set
public:
property double Grid2Offset {
	double get ();
	void set (double value);
}
member Grid2Offset : float with get, set

Property Value

Double
See Also