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

Gets the start parameter value. The start parameter equals a zero for lines. 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.