Share

Grid.Curve Property

Retrieves an object that represents the geometry of the grid line.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public Curve Curve { get; }

Property Value

Curve

Remarks

The geometry can either be an arc or a curve. The IsCurved property can be used to determine this.

See Also

Reference

Was this information helpful?