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.

Available since Oasis montaj version: 8.1
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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