GH_FormatFormatTransformValidity Method |
If the transform is invalid, return a string describing why.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static string FormatTransformValidity(
Transform val,
string identifier = "Transform"
)
Public Shared Function FormatTransformValidity (
val As Transform,
Optional identifier As String = "Transform"
) As String
Parameters
- val
- Type: Transform
Value to format. - identifier (Optional)
- Type: SystemString
Name used to refer to the value in the format.
Return Value
Type:
StringA string describing why the transform is invalid or String.Empty if the value is not invalid.
See Also