API Reference > OdDb Classes > OdDbLine Class > OdDbLine Methods > OdDbLine::getEndParam Method
OdDbLine::getEndParam Method
Syntax
C++
virtual OdResult getEndParam(double& endParam) const;
Parameters 
Description 
double& endParam 
[out] Reference to a variable in which this method must save the end parameter value as a Double value. 

Gets the end parameter value. The end parameter equals the line length. Parameter is a distance measured from the start point in drawing units. 

 

Example of Working with the Line Object 

Computed Line Properties

Copyright © 2002–2020. Open Design Alliance. All rights reserved.