GXLPT class

class geosoft.gxapi.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() → GXLPT:
Creates a line pattern object with current default patterns.
Returns:LPT Object
Return type:geosoft.gxapi.GXLPT

New in version 5.0.0.

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

New in version 5.0.0.

get_standard_lst((GXLST)arg1) → None:
Copies the six standard line types into a LST object.
Parameters:arg1 (geosoft.gxapi.GXLST) – LST Handle
Returns:Nothing
Return type:None

New in version 9.0.

Note:

The six standard line types are "solid", "long dash", "dotted", "short dash", "long, short dash" and "dash dot".
is_null() → bool

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

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

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

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