Share

ParamPoint.GetPoint Method

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

VB

Public Sub GetPoint ( 
	ByRef station As Double,
	ByRef offset As Double,
	ByRef elevation As Double
)

C++

public:
void GetPoint(
	double% station, 
	double% offset, 
	double% elevation
)

Parameters

station  Double
 
offset  Double
 
elevation  Double
 

See Also

Reference

Was this information helpful?