GXLPT class

class geosoft.gx.GXLPT
This class allows access to the current default line patterns.
It does not allow the definition of individual patterns. It is
is used primarily with MAP class functions.
static create((GXContext)ctx) → GXLPT:
Creates a line pattern object with current default patterns.
Parameters:ctx (geosoft.gx.GXContext) – The GX execution context
Returns:LPT Object
Return type:geosoft.gx.GXLPT

New in version 5.0.0.

get_lst((GXLST)arg1) → None:
Copies all pattern names into a LST object.
Parameters:arg1 (geosoft.gx.GXLST) – LST Handle
Returns:Nothing
Return type:None

New in version 5.0.0.

is_null() → bool

Check if the instance of geosoft.gx.GXLPT is null (undefined)

Returns:True if this is a null instance of geosoft.gx.GXLPT, False otherwise.
Return type:bool`
static null() → GXLPT

A null (undefined) instance of geosoft.gx.GXLPT

Returns:A null geosoft.gx.GXLPT
Return type:geosoft.gx.GXLPT