GXLPT class¶
- class GXLPT(handle=0)[source]¶
GXLPT class.
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
GXMAPclass functions.- copy(source)[source]¶
Deprecated since version None: None
Copy one
GXLPTobject to another.New in version 5.0.
License: Geosoft Open License
Note: Was not used.
- classmethod create()[source]¶
Creates a line pattern object with current default patterns.
New in version 5.0.
License: Geosoft Open License
- get_lst(lst)[source]¶
Copies all pattern names into a
GXLSTobject.New in version 5.0.
License: Geosoft Open License
- get_standard_lst(lst)[source]¶
Copies the six standard line types into a
GXLSTobject.New in version 9.0.
License: Geosoft Open License
Note: The six standard line types are “solid”, “long dash”, “dotted”, “short dash”, “long, short dash” and “dash dot”.
- is_null()[source]¶
Check if this is a null (undefined) instance
- Returns:
True if this is a null (undefined) instance, False otherwise.
- Return type:
bool
- size()[source]¶
Deprecated since version None: None
Get the number of patterns in the
GXLPT.- Returns:
x - Number of patterns in the
GXLPT.- Return type:
int
New in version 5.0.
License: Geosoft Open License
Note: Was not implemented or used