Constructor
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public Point Add(
double offset,
double elevation,
string code
) |
Visual Basic |
---|
Public Function Add ( _
offset As Double, _
elevation As Double, _
code As String _
) As Point |
Visual C++ |
---|
public:
Point^ Add(
double offset,
double elevation,
String^ code
) |
Parameters
- offset
- Type: System..::..Double
The offset of the point.
- elevation
- Type: System..::..Double
The elevation of the point.
- code
- Type: System..::..String
The code of the point.
Return Value
The point added.
See Also