 | CPAT Class |
A PAT object is created from a Geosoft format pattern file.
It contains all the individual patterns listed in the file.
Notes: You may create your own fill patterns. They can be added to the "user.pat"
file in the <geosoft>\user\etc directory. User pattern numbers should be in the
range between 20000 and 29999.
Inheritance Hierarchy
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic class CPAT : CHANDLE
public class CPAT : CHANDLE
Public Class CPAT
Inherits CHANDLE
Public Class CPAT
Inherits CHANDLE
public ref class CPAT : public CHANDLE
public ref class CPAT : public CHANDLE
type CPAT =
class
inherit CHANDLE
end
type CPAT =
class
inherit CHANDLE
end
The CPAT type exposes the following members.
Methods
| Name | Description |
---|
  | Create | Creates a pattern object with current default patterns. |
 | Dispose | Releases the unmanaged resources used by the CPAT and optionally releases the managed resources (Overrides CHANDLEDispose(Boolean).) |
 | GetLST | Copies all pattern names into a LST object. |
Top
See Also