Click or drag to resize

CPROJiGetDocumentEvoObjectMetadata Method

Get Evo object metadata associated with the document from project metadata

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax
public static int iGetDocumentEvoObjectMetadata(
	string path,
	CEVOOBJMETA metadata
)

public static int iGetDocumentEvoObjectMetadata(
	string path,
	CEVOOBJMETA metadata
)

Parameters

path
Type: SystemString
Document full path including name without qualifiers
metadata
Type: GeoEngine.Core.GXNetCEVOOBJMETA
EVOOBJMETA Handle

Return Value

Type: Int32
0 - Ok 1 - Can not find object metadata for the document
Remarks