Share

CorridorState.XyzToSoe 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.280

Syntax

C#

public void XyzToSoe(
	ObjectId alignmentId,
	double X,
	double Y,
	double Z,
	ref double station,
	ref double offset,
	ref double elevation
)

VB

Public Sub XyzToSoe ( 
	alignmentId As ObjectId,
	X As Double,
	Y As Double,
	Z As Double,
	ByRef station As Double,
	ByRef offset As Double,
	ByRef elevation As Double
)

C++

public:
void XyzToSoe(
	ObjectId alignmentId, 
	double X, 
	double Y, 
	double Z, 
	double% station, 
	double% offset, 
	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

Reference

Was this information helpful?