Share

PointCollection.Add(Double, Double, String) Method

Constructor



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public Point Add(
	double offset,
	double elevation,
	string code
)

VB

Public Function Add ( 
	offset As Double,
	elevation As Double,
	code As String
) As Point

C++

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

Reference

Was this information helpful?