AlignmentPointLocation(Double, Double, Double, Double) Method

Returns the easting and northing of a point on an Alignment given a station and an offset for the Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void PointLocation(
	double station,
	double offset,
	ref double easting,
	ref double northing
)

Parameters

station  Double
Specifies the station.
offset  Double
Specifies the offset.
easting  Double
Returns the Easting value.
northing  Double
Returns the Northing value.
Exceptions
ExceptionCondition
PointNotOnEntityException Thrown when the station is out of Alignment station range.
See Also