StationEquationCollectionRemove(Double) Method |
Removes a station equation from the collection by raw station back.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
double rawStationBack
)
Public Sub Remove (
rawStationBack As Double
)
public:
void Remove(
double rawStationBack
)
Parameters
- rawStationBack Double
- Raw station back value.
See Also