FeatureLineInsertElevationPoints Method |
Inserts multiple elevation points along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void InsertElevationPoints(
Point3dCollection cliPoints
)
Public Sub InsertElevationPoints (
cliPoints As Point3dCollection
)
public:
void InsertElevationPoints(
Point3dCollection^ cliPoints
)
Parameters
- cliPoints Point3dCollection
- The specified points on the feature line.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
One of the specified points is not along the feature line.
One of the specified point is already a elevation point or PI point, or only elevation different from existing elevation points or PI points.
|
See Also