PointCollectionAdd(Double, Double, String) Method

Constructor

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Point Add(
	double offset,
	double elevation,
	string code
)

Parameters

offset  Double
The offset of the point.
elevation  Double
The elevation of the point.
code  String
The code of the point.

Return Value

Point
The point added.
See Also