VPatternIndent Property
The offset applied to the pattern by an integral number of grid nodes in the V-direction.

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

Syntax

C#
public int VPatternIndent { get; set; }
Visual Basic
Public Property VPatternIndent As Integer
	Get
	Set
Visual C++
public:
property int VPatternIndent {
	int get ();
	void set (int value);
}

See Also