ParamPointGetPoint Method |
Gets the station, offset, and elevation associated with the parameter.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void GetPoint(
ref double station,
ref double offset,
ref double elevation
)
Public Sub GetPoint (
ByRef station As Double,
ByRef offset As Double,
ByRef elevation As Double
)
public:
void GetPoint(
double% station,
double% offset,
double% elevation
)
Parameters
- station Double
-
- offset Double
-
- elevation Double
-
See Also