BaselineRegionRemoveOverriddenStation Method |
Removes a overridden station from region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool RemoveOverriddenStation(
double station
)
Public Function RemoveOverriddenStation (
station As Double
) As Boolean
public:
bool RemoveOverriddenStation(
double station
)
Parameters
- station Double
- The overridden station to remove.
Return Value
BooleanWhether remove succeeds.
See Also