Revit 2025.3 API
Curtain |
Retrieve the geometry curve of the curtain grid line.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Curve FullCurve { get; }
Public ReadOnly Property FullCurve As Curve Get
public: property Curve^ FullCurve { Curve^ get (); }
member FullCurve : Curve with get
Property Value
CurveSee Also