FindSlopeAtXY Method

Gets the slope of the Surface at the specified location (x, y).

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

Syntax

C#

public double FindSlopeAtXY(
	double x,
	double y
)

Visual Basic

Public Function FindSlopeAtXY ( _
	x As Double, _
	y As Double _
) As Double

Visual C++

public:
double FindSlopeAtXY(
	double x, 
	double y
)

Parameters

x
Type: System.Double
y
Type: System.Double

Exceptions

ExceptionCondition
Autodesk.Civil.PointNotOnEntityException Thrown when location (x, y) is outside of the surface range.

See Also