CorridorStateSoeToXyz Method

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

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

Parameters

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