Compile a text description of a region into a new Region object. If there is an error in the specification, compile will throw a ParserException with an appropriate text message, and and internal Parser.Error variable.

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

Syntax

C#
public static Region compile(
	string textSpec
)
Visual C++
public:
static Region^ compile(
	String^ textSpec
)
F#
static member compile : 
        textSpec:string -> Region 

Parameters

textSpec
Type: System..::..String
textual representation of desired region

Return Value

a new Spherical.Region object

See Also