Share

ParamPoint.SetPoint Method

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



Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

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

VB

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

C++

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

Parameters

station  Double
 
offset  Double
 
elevation  Double
 

See Also

Reference

Was this information helpful?