Click or drag to resize

CSHDiTrackInteractive Method

Track a line on map and get shading parameters based on its length and direction.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iTrackInteractive(
	int constraint,
	ref double inclination,
	ref double declination
)

public int iTrackInteractive(
	int constraint,
	ref double inclination,
	ref double declination
)

Parameters

constraint
Type: SystemInt32
<define>SHD_FIX</define>
inclination
Type: SystemDouble
returned inclination
declination
Type: SystemDouble
returned declination

Return Value

Type: Int32
0 if tracking completed successfully. 1 if user cancelled or tracking failed.
See Also