Share

FeatureLine.GetDeflectionAngleAtPoint Method

Gets the deflection angle in radians at given point along the FeatureLine.



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

Syntax

C#

public double GetDeflectionAngleAtPoint(
	Point3d pt
)

VB

Public Function GetDeflectionAngleAtPoint ( 
	pt As Point3d
) As Double

C++

public:
double GetDeflectionAngleAtPoint(
	Point3d pt
)

Parameters

pt  Point3d
The specified point on the feature line.

Return Value

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when: The specified point is not on the feature line.

See Also

Reference

Was this information helpful?