Sets the station, offset, and elevation associated with the parameter.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void SetPoint(
double station,
double offset,
double elevation
) |
| Visual Basic |
|---|
Public Sub SetPoint ( _
station As Double, _
offset As Double, _
elevation As Double _
) |
| Visual C++ |
|---|
public:
void SetPoint(
double station,
double offset,
double elevation
) |
Parameters
- station
- Type: System..::..Double
- offset
- Type: System..::..Double
- elevation
- Type: System..::..Double
See Also