CorridorStateXyzToSoe Method

Transforms from world x,y,z coordinates to assembly local station, offset, elevation (SOE) coordinates.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void XyzToSoe(
	ObjectId alignmentId,
	double X,
	double Y,
	double Z,
	ref double station,
	ref double offset,
	ref double elevation
)

Parameters

alignmentId  ObjectId
Transform using this alignment.
X  Double
Source X.
Y  Double
Source Y.
Z  Double
Source Z.
station  Double
Destination station.
offset  Double
Destination offset.
elevation  Double
Destination elevation.
See Also