ParamPointSetPoint Method

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

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetPoint(
	double station,
	double offset,
	double elevation
)

Parameters

station  Double
 
offset  Double
 
elevation  Double
 
See Also