Gets 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 GetPoint(
ref double station,
ref double offset,
ref double elevation
) |
Visual Basic |
---|
Public Sub GetPoint ( _
ByRef station As Double, _
ByRef offset As Double, _
ByRef elevation As Double _
) |
Visual C++ |
---|
public:
void GetPoint(
double% station,
double% offset,
double% elevation
) |
Parameters
- station
- Type: System..::..Double%
- offset
- Type: System..::..Double%
- elevation
- Type: System..::..Double%
See Also