 | CLPT 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 MAP class functions.
Inheritance Hierarchy
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic class CLPT : CHANDLE
public class CLPT : CHANDLE
Public Class CLPT
Inherits CHANDLE
Public Class CLPT
Inherits CHANDLE
public ref class CLPT : public CHANDLE
public ref class CLPT : public CHANDLE
type CLPT =
class
inherit CHANDLE
end
type CLPT =
class
inherit CHANDLE
end
The CLPT type exposes the following members.
Methods
| Name | Description |
---|
  | Create | Creates a line pattern object with current default patterns. |
 | Dispose | Releases the unmanaged resources used by the CLPT and optionally releases the managed resources (Overrides CHANDLEDispose(Boolean).) |
 | GetLST | Copies all pattern names into a LST object. |
 | GetStandardLST | Copies the six standard line types into a LST object. |
Top
See Also