API Reference > OdDb Classes > OdDbDimAssoc Class > OdDbDimAssoc Methods > OdDbDimAssoc::setPointRef Method
OdDbDimAssoc::setPointRef Method
Syntax
C++
void setPointRef(int pointIndex, OdDbOsnapPointRefPtr pOsnapPointRef);
Parameters 
Description 
int pointIndex 
[in] Point index. The value should be 0, 1, 2, 3 or from the PointType enum  
OdDbOsnapPointRefPtr pOsnapPointRef 
[in] SmartPointer to the Osnap Point Reference. 

Sets the specified Osnap Point Reference for this Associative Dimension object. 

 

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