Retrieve the geometry curve of the curtain grid line.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.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