 | CDOCUGetMETA Method |
Get the document's meta
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetMETA(
CMETA meta
)
public void GetMETA(
CMETA meta
)
Public Sub GetMETA (
meta As CMETA
)
Public Sub GetMETA (
meta As CMETA
)
public:
void GetMETA(
CMETA^ meta
)
public:
void GetMETA(
CMETA^ meta
)
member GetMETA :
meta : CMETA -> unit
member GetMETA :
meta : CMETA -> unit
Parameters
- meta
- Type: GeoEngine.Core.GXNetXCMETA
META object to fill in with the document's meta
See Also