Set an elevation to existing Feature Point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void SetPointElevation(
	int index,
	double elevation
)
Visual Basic
Public Sub SetPointElevation ( _
	index As Integer, _
	elevation As Double _
)
Visual C++
public:
void SetPointElevation(
	int index, 
	double elevation
)

Parameters

index
Type: System..::..Int32
The index of feature line's point.
elevation
Type: System..::..Double
The new elevation to be set.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Thrown when: The index is out of range.

See Also