| Revit 2022.1 API |
| DividedSurface..::..VPatternIndent Property |
| DividedSurface Class See Also |
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: 22.0.0.0 (22.1.1.0)
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); } |