Share

Alignment.PointLocation(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.280

Syntax

C#

public void PointLocation(
	double station,
	double offset,
	ref double easting,
	ref double northing
)

VB

Public Sub PointLocation ( 
	station As Double,
	offset As Double,
	ByRef easting As Double,
	ByRef northing As Double
)

C++

public:
void PointLocation(
	double station, 
	double offset, 
	double% easting, 
	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

Reference

Was this information helpful?