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.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public double rASpacing(
	CDB oDB1,
	string str2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
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 rDUMMY for some arrays (such as 3D) where no A-Spacing is explicitly defined.
See Also