API Reference > Classes > Essential_Classes > OdBmLinearDimString Class > OdBmLinearDimString Methods > OdBmLinearDimString::set Method
OdBmLinearDimString::set Method
Syntax
C++
OdResult set(const OdBmDBViewPtr& pView, const OdBmGLinePtr& pGLine, const OdBmGeomRefPtrArray& arrRefs);
Parameters 
Description 
const OdBmDBViewPtr& pView 
[in] View in which the linear dimension is to be visible.  
const OdBmGLinePtr& pGLine 
[in] Line of the dimension.  
const OdBmGeomRefPtrArray& arrRefs 
[in] An array of references to which the dimension is to be bound.
 

eOk if the operation completed successfully, or an appropriate error code otherwise.

Creates a new Linear dimension. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.