Add a material list gap.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when start or end station is not at the sample line of the sample line group, or makes gap overlap. |