Retrieve the geometry curve of the curtain grid line.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
public Curve FullCurve { get; } |
Visual Basic |
---|
Public ReadOnly Property FullCurve As Curve
Get |
Visual C++ |
---|
public:
property Curve^ FullCurve {
Curve^ get ();
} |
See Also