Add Method

Add a material list gap.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public QTOMaterialListGap Add(
	double startStation,
	double endStation
)

Visual Basic

Public Function Add ( _
	startStation As Double, _
	endStation As Double _
) As QTOMaterialListGap

Visual C++

public:
QTOMaterialListGap^ Add(
	double startStation, 
	double endStation
)

Parameters

startStation
Type: System.Double
endStation
Type: System.Double

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when start or end station is not at the sample line of the sample line group, or makes gap overlap.

See Also