SetPoint Method

Sets 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 SetPoint(
	double station,
	double offset,
	double elevation
)

Visual Basic

Public Sub SetPoint ( _
	station As Double, _
	offset As Double, _
	elevation As Double _
)

Visual C++

public:
void SetPoint(
	double station, 
	double offset, 
	double elevation
)

Parameters

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

See Also