Profile curve of the surface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public Curve Curve { get; } |
Visual Basic |
---|
Public ReadOnly Property Curve As Curve
Get |
Visual C++ |
---|
public:
property Curve^ Curve {
Curve^ get ();
} |
See Also