ParamPointGetPoint Method

Gets 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 GetPoint(
	ref double station,
	ref double offset,
	ref double elevation
)

Parameters

station  Double
 
offset  Double
 
elevation  Double
 
See Also