FeatureLineSetPointRelativeElevation Method |
Sets a point's elevtion, with the elevation value specified either as an absolute elevation, or a relative to surface elevation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetPointRelativeElevation(
Point3d pt,
bool relative,
double elevation
)
Public Sub SetPointRelativeElevation (
pt As Point3d,
relative As Boolean,
elevation As Double
)
public:
void SetPointRelativeElevation(
Point3d pt,
bool relative,
double elevation
)
Parameters
- pt Point3d
- The specified point on the feature line.
- relative Boolean
-
- elevation Double
-
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
The specified point is not on the feature line or when there is no relative surface.
|
See Also