Share

BaselineRegion.RemoveOverriddenStation Method

Removes a overridden station from region.



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

Syntax

C#

public bool RemoveOverriddenStation(
	double station
)

VB

Public Function RemoveOverriddenStation ( 
	station As Double
) As Boolean

C++

public:
bool RemoveOverriddenStation(
	double station
)

Parameters

station  Double
The overridden station to remove.

Return Value

Boolean
Whether remove succeeds.

See Also

Reference

Was this information helpful?