Click or drag to resize

CSYSSetLineageDescription Method

Set the description for the current lineage object

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void SetLineageDescription(
	CGXNETCore gxNetShared,
	string description
)

public static void SetLineageDescription(
	CGXNETCore gxNetShared,
	string description
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
description
Type: SystemString
Description
See Also