CorridorStateIsAboveSurface(ObjectId, ObjectId, IPoint, Double) Method |
Determines if roadway point is above a surface.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsAboveSurface(
ObjectId surfaceId,
ObjectId alignmentId,
IPoint point,
double minimumAmountAbove
)
Public Function IsAboveSurface (
surfaceId As ObjectId,
alignmentId As ObjectId,
point As IPoint,
minimumAmountAbove As Double
) As Boolean
public:
bool IsAboveSurface(
ObjectId surfaceId,
ObjectId alignmentId,
IPoint^ point,
double minimumAmountAbove
)
Parameters
- surfaceId ObjectId
- Target surface.
- alignmentId ObjectId
- Source alignment.
- point IPoint
- Source point.
- minimumAmountAbove Double
- Minimum amount above surface.
Return Value
BooleanReturns true if the point is above the surface plus minimumAmountAbove, false otherwise.
See Also