FeatureLineInsertPIPoint Method |
Inserts a PI point along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void InsertPIPoint(
Point3d pt
)
Public Sub InsertPIPoint (
pt As Point3d
)
public:
void InsertPIPoint(
Point3d pt
)
Parameters
- pt Point3d
- The specified point on the feature line.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
The specified point is before or on the start point of feature line.
The specified point is after or on the end point of feature line.
The specified point is already a elevation point or PI point, or only elevation different from existing elevation points or PI points.
|
See Also