StringParser.ParseAngleExpressionRadians Method

StringParserParseAngleExpressionRadians Method

[Missing <summary> documentation for "M:Rhino.Input.StringParser.ParseAngleExpressionRadians(System.String,System.Double@)"]

Namespace:  Rhino.Input
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool ParseAngleExpressionRadians(
	string expression,
	out double angle_radians
)
Public Shared Function ParseAngleExpressionRadians ( 
	expression As String,
	<OutAttribute> ByRef angle_radians As Double
) As Boolean

Parameters

expression
Type: SystemString

[Missing <param name="expression"/> documentation for "M:Rhino.Input.StringParser.ParseAngleExpressionRadians(System.String,System.Double@)"]

angle_radians
Type: SystemDouble

[Missing <param name="angle_radians"/> documentation for "M:Rhino.Input.StringParser.ParseAngleExpressionRadians(System.String,System.Double@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Input.StringParser.ParseAngleExpressionRadians(System.String,System.Double@)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also