ScaleValue.Create Method (String, StringParserSettings)

ScaleValueCreate Method (String, StringParserSettings)

Create from string

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static ScaleValue Create(
	string s,
	StringParserSettings ps
)
Public Shared Function Create ( 
	s As String,
	ps As StringParserSettings
) As ScaleValue

Parameters

s
Type: SystemString

[Missing <param name="s"/> documentation for "M:Rhino.ScaleValue.Create(System.String,Rhino.Input.StringParserSettings)"]

ps
Type: Rhino.InputStringParserSettings

[Missing <param name="ps"/> documentation for "M:Rhino.ScaleValue.Create(System.String,Rhino.Input.StringParserSettings)"]

Return Value

Type: ScaleValue

[Missing <returns> documentation for "M:Rhino.ScaleValue.Create(System.String,Rhino.Input.StringParserSettings)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also