Gets whether the point's elevation is absolute, or relative to the surface.
Returns true when it's relative to the surface, false when it's an absolute elevation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool IsElevationRelativeToSurface(
Point3d pt
) |
Visual Basic |
---|
Public Function IsElevationRelativeToSurface ( _
pt As Point3d _
) As Boolean |
Visual C++ |
---|
public:
bool IsElevationRelativeToSurface(
Point3d pt
) |
Parameters
- pt
- Type: Point3d
The specified point on the feature line.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
The specified point is not on the feature line.
|
See Also