Click or drag to resize

CIPrASpacing Method

Return the A-Spacing for the input line. If necessary, first imports the specified line into the IP object.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public double rASpacing(
	CDB db,
	string line
)

public double rASpacing(
	CDB db,
	string line
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
line
Type: SystemString
Line name

Return Value

Type: Double
The A-Spacing value. If there are multiple A-Spacings, the base or smallest value. This value could be <define>rDUMMY</define> for some arrays (such as 3D) where no A-Spacing is explicitly defined.
See Also