GetPoint Method

Gets the station, offset, and elevation associated with the parameter.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public void GetPoint(
	ref double station,
	ref double offset,
	ref double elevation
)

Visual Basic

Public Sub GetPoint ( _
	ByRef station As Double, _
	ByRef offset As Double, _
	ByRef elevation As Double _
)

Visual C++

public:
void GetPoint(
	double% station, 
	double% offset, 
	double% elevation
)

Parameters

station
Type: System.Double%
offset
Type: System.Double%
elevation
Type: System.Double%

See Also