Revit 2025 API
Curtain |
Retrieve the geometry curve of the curtain grid line.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.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