GH_FormatFormatCurve Method (Curve, String, String) |
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static string FormatCurve(
Curve data,
string prefix = "",
string name = "Curve"
)
Public Shared Function FormatCurve (
data As Curve,
Optional prefix As String = "",
Optional name As String = "Curve"
) As String
Parameters
- data
- Type: Curve
- prefix (Optional)
- Type: SystemString
- name (Optional)
- Type: SystemString
Return Value
Type:
StringSee Also