FeatureLineSetPointElevation Method

Set an elevation to existing Feature Point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetPointElevation(
	int index,
	double elevation
)

Parameters

index  Int32
The index of feature line's point.
elevation  Double
The new elevation to be set.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when: The index is out of range.
See Also