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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void PointLocation(
double station,
double offset,
ref double easting,
ref double northing
)
Public Sub PointLocation (
station As Double,
offset As Double,
ByRef easting As Double,
ByRef northing As Double
)
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
See Also