Share

CorridorState.IsAboveSurface(ObjectId, ObjectId, IPoint) Method

Determines if roadway point is above a surface, with no minimum distance specified.



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

Syntax

C#

public bool IsAboveSurface(
	ObjectId surfaceId,
	ObjectId alignmentId,
	IPoint point
)

VB

Public Function IsAboveSurface ( 
	surfaceId As ObjectId,
	alignmentId As ObjectId,
	point As IPoint
) As Boolean

C++

public:
bool IsAboveSurface(
	ObjectId surfaceId, 
	ObjectId alignmentId, 
	IPoint^ point
)

Parameters

surfaceId  ObjectId
Target surface.
alignmentId  ObjectId
Source alignment.
point  IPoint
Source point.

Return Value

Boolean
Returns true if the point is above the surface.

See Also

Reference

Was this information helpful?