Create an instance of a shape parser with a specification Parsing occurs when parse() is invoked.

Namespace: Spherical.Shape
Assembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0

Syntax

C#
public Parser(
	string in_spec
)
Visual C++
public:
Parser(
	String^ in_spec
)
F#
new : 
        in_spec:string -> Parser

Parameters

in_spec
Type: System..::..String
a valid shape specification

See Also