GridSurfaceAddPoint Method |
Adds a point to the GridSurface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationAddGridPoint AddPoint(
GridLocation location,
double elevation
)
Public Function AddPoint (
location As GridLocation,
elevation As Double
) As SurfaceOperationAddGridPoint
public:
SurfaceOperationAddGridPoint^ AddPoint(
GridLocation location,
double elevation
)
Parameters
- location GridLocation
-
The location where the grid point will be added.
- elevation Double
-
The elevation of the grid point to be added.
Return Value
SurfaceOperationAddGridPoint
ExceptionsException | Condition |
---|
SurfaceException |
Thrown when this operation fails, for example because a point has already been defined in the same column and row.
|
See Also